mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-29 07:39:28 -05:00
Fix: Add missing semicolon
This commit is contained in:
parent
17282dcd39
commit
740ef6a542
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ module.exports = (app: express.Application) => {
|
|||
detail: true,
|
||||
includeSecrets: true
|
||||
}));
|
||||
})
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue