Skip to content

Commit e781cd4

Browse files
committed
format
1 parent a224866 commit e781cd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/ai/ai-projects/src/api/memoryStores/memoryStoreUpdatePoller.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ function applyUpdateState(
120120

121121
if (terminalUpdateStatuses.includes(parsed.status)) {
122122
state.status = "succeeded";
123-
state.result =
124-
parsed.result ??
123+
state.result = parsed.result ??
125124
state.result ?? {
126125
memory_operations: [],
127126
usage: createDefaultUsage(),

0 commit comments

Comments
 (0)