Fix: Add missing semicolon
This commit is contained in:
parent
17282dcd39
commit
740ef6a542
|
@ -73,6 +73,6 @@ module.exports = (app: express.Application) => {
|
|||
detail: true,
|
||||
includeSecrets: true
|
||||
}));
|
||||
})
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue