Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit b31b1b3

Browse files
committed
yarn lint
1 parent 6ccacd0 commit b31b1b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

server/database/auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
module.exports = {
43
getUser: ({ id }) => {
54

server/database/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
auth: require("./auth")
2+
auth: require('./auth')
33
}

0 commit comments

Comments
 (0)