[PR #1315] [MERGED] fix(langgraph): change return value of getWriter #1376

Closed
opened 2026-02-15 20:15:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1315
Author: @bkim14
Created: 6/26/2025
Status: Merged
Merged: 6/26/2025
Merged by: @dqbd

Base: mainHead: fix/config-getWriter


📝 Commits (1)

  • 1153474 fix return value of getWriter as writer exists in runConfig, not in runConfig.configurable

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 libs/langgraph/src/pregel/utils/config.ts (+1 -1)

📄 Description

writer exists in runConfig.
fix getWriter to correctly pass writer.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1315 **Author:** [@bkim14](https://github.com/bkim14) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `fix/config-getWriter` --- ### 📝 Commits (1) - [`1153474`](https://github.com/langchain-ai/langgraphjs/commit/115347428b53fddbda37757b821c8f39437b2e88) fix return value of getWriter as writer exists in runConfig, not in runConfig.configurable ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/utils/config.ts` (+1 -1) </details> ### 📄 Description writer exists in runConfig. fix getWriter to correctly pass writer. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:29 -05:00
yindo closed this issue 2026-02-15 20:15:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1376