We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5489b28 + fe1175c commit 8ae7371Copy full SHA for 8ae7371
1 file changed
src/models/userModel.js
@@ -24,6 +24,7 @@ export class UserModelRepository {
24
}
25
});
26
}catch(error) {}
27
+
28
29
30
async updateUser(user_id, username) {
0 commit comments