Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Nov 6, 2023
1 parent 295ef87 commit b6c90d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framerail/src/lib/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const defaults = {
"terms": {},
"privacy": {},
"docs": {},
"security": {},
"security": {}
},
page: {
history: {
Expand Down
2 changes: 1 addition & 1 deletion framerail/src/lib/server/load/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function loadPage(

// Page actions
"save": {},
"cancel": {},
"cancel": {}
}

if (errorStatus === null) {
Expand Down

0 comments on commit b6c90d6

Please sign in to comment.