Skip to content

Commit cb42487

Browse files
committed
fix camelCase word
1 parent 568bffe commit cb42487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/handlers/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function CreateUserHandler (db) {
6161
name,
6262
email,
6363
password,
64-
apikey: [uuidv4()],
64+
apiKey: [uuidv4()],
6565
createdAt: new Date().getTime()
6666
}
6767

0 commit comments

Comments
 (0)