Skip to content

Commit 980beff

Browse files
committed
fixed err after sync
1 parent 75d1ba9 commit 980beff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/js-sdk/src/sandbox/sandboxApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class SandboxApi {
142142
}
143143

144144
return (
145-
res.data?.map((sandbox: components['schemas']['RunningSandbox']) => ({
145+
res.data?.map((sandbox: components['schemas']['ListedSandbox']) => ({
146146
sandboxId: this.getSandboxId({
147147
sandboxId: sandbox.sandboxID,
148148
clientId: sandbox.clientID,

0 commit comments

Comments
 (0)