aboutsummaryrefslogtreecommitdiff
path: root/src/api/database
diff options
context:
space:
mode:
authorZephyrrus <[email protected]>2020-12-24 10:40:50 +0200
committerZephyrrus <[email protected]>2020-12-24 10:40:50 +0200
commit90001c2df56d58e69fd199a518ae7f3e4ed327fc (patch)
treeac601537b5f464a1b03b084e5139e460f42e3473 /src/api/database
parentchore: update lock files (diff)
downloadhost.fuwn.me-90001c2df56d58e69fd199a518ae7f3e4ed327fc.tar.xz
host.fuwn.me-90001c2df56d58e69fd199a518ae7f3e4ed327fc.zip
chore: remove trailing commas
Diffstat (limited to 'src/api/database')
-rw-r--r--src/api/database/seeds/initial.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/database/seeds/initial.js b/src/api/database/seeds/initial.js
index cdbfa80..2383a7b 100644
--- a/src/api/database/seeds/initial.js
+++ b/src/api/database/seeds/initial.js
@@ -15,7 +15,7 @@ exports.seed = async (db) => {
createdAt: now,
editedAt: now,
enabled: true,
- isAdmin: true,
+ isAdmin: true
});
console.log();
console.log('=========================================================');