Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Oct 27, 2022
1 parent c203a5c commit b48320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/node/src/http-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function createServer(
if (req.url) {
const stream = send(req, encodeURI(req.url), {
root: fileURLToPath(client),
dotfiles: "deny"
dotfiles: 'deny',
});

let forwardError = false;
Expand Down

0 comments on commit b48320d

Please sign in to comment.