diff --git a/src/api/service/twitter.ts b/src/api/service/twitter.ts index eb3531d86f..160956cf92 100644 --- a/src/api/service/twitter.ts +++ b/src/api/service/twitter.ts @@ -73,6 +73,6 @@ module.exports = (app: express.Application) => { detail: true, includeSecrets: true })); - }) + }); }); };