Skip to content

Commit

Permalink
Update src/server/storage/storageAPI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Dec 18, 2019
1 parent 21d8666 commit b7b6615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/storage/storageAPI.js
Expand Up @@ -73,7 +73,7 @@ const setup = (app: Router, storage: StorageAPI) => {

logger.debug('added new user:', { user, ok })

await UserDBPrivate.updateUser({
await storage.updateUser({
identifier: userRecord.loggedInAs,
createdDate: new Date().toString()
})
Expand Down

0 comments on commit b7b6615

Please sign in to comment.