Skip to content

Commit be1735f

Browse files
Fix field name in SandboxSession type (#133)
1 parent 281a2bd commit be1735f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export interface SessionCreateOptions {
191191
export type SandboxSessionDTO = {
192192
sandboxId: string;
193193
pitcherToken: string;
194-
pitcherUrl: string;
194+
pitcherURL: string;
195195
userWorkspacePath: string;
196196
};
197197

0 commit comments

Comments
 (0)