Skip to content

Commit 717330d

Browse files
committed
nit
1 parent 2458435 commit 717330d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Controllers/UserController.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ function updateUserPassword(userId, password, config) {
296296
Auth.master(config),
297297
'_User',
298298
{ objectId: userId },
299-
{ password: password }
299+
{
300+
password: password,
301+
}
300302
);
301303
}
302304

0 commit comments

Comments
 (0)