Skip to content

Commit 49e4db0

Browse files
committed
Merge branch 'caps-api' of github.com:Unipisa/caps into caps-api
2 parents 40a94a0 + 46f95d7 commit 49e4db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async function create_admin_user() {
134134
}
135135

136136
const n = await User.countDocuments({})
137-
if ( n == 0) {
137+
if (n == 0) {
138138
console.log(`No users in database. Create one by setting ADMIN_USER and ADMIN_PASSWORD`)
139139
}
140140
}

0 commit comments

Comments
 (0)