fix: clear stale recovery sources during graph cleanup

This commit is contained in:
Youzini-afk
2026-04-15 15:43:06 +08:00
parent 40f08ca24b
commit 22bf3cf588
4 changed files with 165 additions and 4 deletions

View File

@@ -17042,6 +17042,7 @@ const _cleanupRuntime = () => ({
getRequestHeaders: typeof getRequestHeaders === "function" ? getRequestHeaders : undefined,
}),
getGraphPersistenceState: () => graphPersistenceState,
getSettings,
toastr,
});