Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e3498f2

Browse files
committed
fixed bug
1 parent 4b3ed51 commit e3498f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎core/models/user/usertoken.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var validation = {
118118
if (!token){
119119
throw new UnauthenticatedAccessError(ValidatonError.code.token.tokenDecodeWrong, "User Unauthorized, token wrong", "X-Access-Token");
120120
}
121-
},
121+
}
122122
};
123123

124124
UserTokenSchema.statics.validation = validation;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /