Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 25, 2024
1 parent cecf4ce commit a78c840
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 @@ -462,7 +462,7 @@ export class Pregel<
await task.proc.invoke(
task.input,
patchConfig(config, {
runName: `${this.getName() ?? ""}UpdateState`,
runName: config.runName ?? `${this.getName()}UpdateState`,
configurable: {
[CONFIG_KEY_SEND]: (items: [keyof Cc, unknown][]) =>
task.writes.push(...items),
Expand Down

0 comments on commit a78c840

Please sign in to comment.