Skip to content

Commit

Permalink
fix(cli): pass continueFrom to FinishUpload in graph deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons committed Dec 31, 2024
1 parent 6bb376e commit 2b36cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/run-graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ async function runGraphDeploy(argv: string[]) {
}
}

await uploadFile(zip, processorConfig, { 'api-key': apiKey })
await uploadFile(zip, processorConfig, { 'api-key': apiKey }, continueFrom)
}

async function bundleSourceMap() {
Expand Down

0 comments on commit 2b36cb2

Please sign in to comment.