Skip to content

Commit b2c9fc4

Browse files
authored
fix typo
it should be weixin not qq.
1 parent 9d6b4f4 commit b2c9fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Auth/wechat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function validateAuthData(authData) {
88
if (data.errcode == 0) {
99
return;
1010
}
11-
throw new Parse.Error(Parse.Error.OBJECT_NOT_FOUND, 'qq auth is invalid for this user.');
11+
throw new Parse.Error(Parse.Error.OBJECT_NOT_FOUND, 'weixin auth is invalid for this user.');
1212
});
1313
}
1414

0 commit comments

Comments
 (0)