Skip to content

Commit a1d6fe2

Browse files
committed
fixing user provider login with wrong userUpdate export
1 parent 570fb89 commit a1d6fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/users/userUpdate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Models from '../../models'
44

55
const models = Models as any
66

7-
const userUpdate = async (userParameters: UserParameters) => {
7+
export const userUpdate = async (userParameters: UserParameters) => {
88
if (!userParameters.id) {
99
throw new Error('User id is required to update user')
1010
}

0 commit comments

Comments
 (0)