Fix: Add missing semicolon
This commit is contained in:
parent
d0315a9c68
commit
ddc2dcc11d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,6 +73,6 @@ module.exports = (app: express.Application) => {
|
||||||
detail: true,
|
detail: true,
|
||||||
includeSecrets: true
|
includeSecrets: true
|
||||||
}));
|
}));
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue