mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed lint
This commit is contained in:
parent
24f1012a98
commit
949077e6df
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default class Error404Route extends Route {
|
|||
|
||||
buildRouteInfoMetadata() {
|
||||
return {
|
||||
titleToken: 'Error',
|
||||
titleToken: 'Error'
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue