Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Update src/manifest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
  • Loading branch information
netlify-team-account-1 and eduardoboucas committed Oct 25, 2021
1 parent 60489a3 commit b97e780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const createManifest = async ({ functions, path }: { functions: FunctionResult[]
await writeFile(path, JSON.stringify(payload))
}

const formatFunctionForManifest = ({ mainFile, name, path, runtime, config }: FunctionResult) => ({
const formatFunctionForManifest = ({ config, mainFile, name, path, runtime }: FunctionResult) => ({
mainFile,
name,
path: resolve(path),
Expand Down

0 comments on commit b97e780

Please sign in to comment.