Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 6188a3e

Browse files
committed
[Bugfix] fix typo
1 parent c3a110a commit 6188a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loaders/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async ({ expressApp }) => {
2424
};
2525

2626
const candidateModel = {
27-
name: 'userModel',
27+
name: 'candidateModel',
2828
// Notice the require syntax and the '.default'
2929
model: require('../models/candidate').default,
3030
};

0 commit comments

Comments
 (0)