lint: satisfy lint errors

This commit is contained in:
Julian Lam
2023-01-30 17:25:52 -05:00
parent 5a994290f2
commit bb0397cbc8
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ const {
generateToken,
csrfSynchronisedProtection,
} = csrfSync({
size: 64
size: 64,
});
module.exports = {