Skip to content

Commit

Permalink
Update libs/langgraph/src/pregel/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Dec 6, 2024
1 parent e63b5b6 commit 40e00fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/src/pregel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ export class Pregel<
channels,
managed,
saved.config,
true, // Should I pass forExecution=true here?
true,
{
step: (saved.metadata?.step ?? -1) + 1,
checkpointer: this.checkpointer || undefined,
Expand Down

0 comments on commit 40e00fb

Please sign in to comment.