forked from FoundKeyGang/FoundKey
Add missing semicolon
This commit is contained in:
parent
8be069083d
commit
f78ff27e93
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ export default (redirect, respond) => async (req, res, next) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return respond(user, req, res, next);
|
return respond(user, req, res, next);
|
||||||
}
|
};
|
||||||
|
|
Loading…
Reference in a new issue