Skip to content

Commit 1b01037

Browse files
committed
Removed updateUserToken
1 parent afc5c73 commit 1b01037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/v4/internal/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ const getUser = async (req, res, next) => {
291291
}
292292
};
293293

294-
export { retrieveUserProfile, updateUserToken, processUserAction, processUserSessionAndUpdate, getUser };
294+
export { retrieveUserProfile, processUserAction, processUserSessionAndUpdate, getUser };

0 commit comments

Comments
 (0)