Skip to content

Commit 37ca970

Browse files
Update components/lamini/actions/get-batch-completions/get-batch-completions.mjs
Co-authored-by: Leo Vu <[email protected]>
1 parent 4c6ac62 commit 37ca970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lamini/actions/get-batch-completions/get-batch-completions.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ export default {
8383
});
8484

8585
$.export("$summary", `Successfully submitted batch completion with ID \`${id}\`.`);
86-
return response;
86+
return { id };
8787
},
8888
};

0 commit comments

Comments
 (0)