1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

brotli lint

This commit is contained in:
Martin McKeaveney 2020-05-18 14:58:39 +01:00
parent 1e7aab538d
commit fd4eb56b5c

View file

@ -30,7 +30,7 @@ router
deflate: { deflate: {
flush: zlib.Z_SYNC_FLUSH, flush: zlib.Z_SYNC_FLUSH,
}, },
br: false br: false,
}) })
) )
.use(async (ctx, next) => { .use(async (ctx, next) => {