Fix: Add missing semicolon

This commit is contained in:
syuilo 2017-01-31 23:51:02 +09:00
parent d0315a9c68
commit ddc2dcc11d

View file

@ -73,6 +73,6 @@ module.exports = (app: express.Application) => {
detail: true, detail: true,
includeSecrets: true includeSecrets: true
})); }));
}) });
}); });
}; };