Skip to content

Commit 49fbdb7

Browse files
authored
fixed doubling requests (#377)
1 parent 79cf066 commit 49fbdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/middleware/cors/cors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const addCorsHeadersHandler = (
203203
}
204204
}
205205

206-
return next();
206+
return;
207207
},
208208
);
209209
};

0 commit comments

Comments
 (0)