Skip to content

Commit 6218d94

Browse files
chore: code formatting
1 parent 4362c2a commit 6218d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app/web/instance.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default async function({sandbox = false} = {}) {
8181
//Rate limiter middleware
8282
if (ratelimiter) {
8383
app.set("trust proxy", 1)
84-
const disabled = (ratelimiter.max === 0)
84+
const disabled = ratelimiter.max === 0
8585
if (disabled)
8686
delete ratelimiter.max
8787
middlewares.push(ratelimit({

0 commit comments

Comments
 (0)