mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-30 01:43:03 +00:00
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