Adjust syntax to remove lint error

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-05-05 00:48:25 +01:00
parent 4efd29b488
commit e72e05ebc0
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
module.exports = statusCodes = {
module.exports = statusCodes
const statusCodes = {
700: 'no authentication attempt',
701: 'invalid credentials',
702: 'domain not whitelisted',