forked from mirrors/misskey
strictNullChecks (#4666)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
@@ -92,6 +92,6 @@ export default define(meta, async (ps, user, app, file, cleanup) => {
|
||||
apiLogger.error(e);
|
||||
throw new ApiError();
|
||||
} finally {
|
||||
cleanup();
|
||||
cleanup!();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user