Skip to content

Commit f9e108c

Browse files
committed
nit
1 parent a0de2bc commit f9e108c

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)