Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit de8c1f4

Browse files
committed
remove stray code
1 parent 4083ce6 commit de8c1f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actions/user.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ function getUserIdentity(api, connection, next) {
279279
api.dataAccess.executeQuery('get_user_email_and_handle', { userId: caller.userId }, dbConnectionMap, cb);
280280
},
281281
function (rs, cb) {
282-
api.helper.handleError(api, connection, err);
283-
next(connection, true);
284282
response = {
285283
uid: caller.userId,
286284
handle: rs[0].handle,

0 commit comments

Comments
 (0)