Fix: Add missing semicolon
This commit is contained in:
@@ -73,6 +73,6 @@ module.exports = (app: express.Application) => {
|
|||||||
detail: true,
|
detail: true,
|
||||||
includeSecrets: true
|
includeSecrets: true
|
||||||
}));
|
}));
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user