Skip to content

Commit c9839df

Browse files
authored
Fix typo
1 parent 6fc27b1 commit c9839df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export async function authenticateToken(ctx, email) {
117117

118118
export const logout = async function (ctx) {
119119
// This function is a workaround to the issue of passport version 0.6.x
120-
// To be removed when a later version get released
120+
// To be removed when a later version gets released
121121
// See https://github.com/jaredhanson/passport/issues/904
122122
// Also see https://github.com/rkusa/koa-passport/issues/181
123123
if (ctx.req.user) {

0 commit comments

Comments
 (0)