1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 07:16:14 +02:00

Fix: Add missing semicolon

This commit is contained in:
syuilo
2017-01-31 23:51:02 +09:00
parent 17282dcd39
commit 740ef6a542

View File

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