Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Jan 27, 2023
1 parent 1c230f1 commit cac11c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/netlify/src/integration-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function netlifyFunctions({
}
},
'astro:build:done': async ({ routes, dir }) => {
const type = builders ? 'builders' : 'functions'
const type = builders ? 'builders' : 'functions';
await createRedirects(_config, routes, dir, entryFile, type);
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/netlify/src/netlify-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const createExports = (manifest: SSRManifest, args: Args) => {
return fnResponse;
};

const handler = builders ? builder(myHandler) : myHandler
const handler = builders ? builder(myHandler) : myHandler;

return { handler };
};
Expand Down

0 comments on commit cac11c9

Please sign in to comment.