Skip to content

Commit

Permalink
func version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharyakir committed Mar 12, 2024
1 parent 7b598be commit 02419cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check-prerequisites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function checkPrerequisites() {

if (missingEnvVars) throw new Error("Missing env vars: " + missingEnvVars);

const funcVersions = await getSupportedVersions();
const { funcVersions } = await getSupportedVersions();

const missingFiles = funcVersions!
.map((versionDir: string) => [
Expand Down

0 comments on commit 02419cc

Please sign in to comment.