Skip to content

Commit 006375b

Browse files
committed
remove dead code
1 parent 70c3395 commit 006375b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/sim/lib/api/contracts/storage-transfer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,10 @@ export const storageContextSchema = z.enum([
282282
'workspace-logos',
283283
])
284284

285-
export const downloadContextSchema = z.union([storageContextSchema, z.literal('general')])
286-
287285
export const fileDownloadBodySchema = z
288286
.object({
289287
key: z.string().optional(),
290288
name: z.string().optional(),
291-
isExecutionFile: z.boolean().optional(),
292-
context: downloadContextSchema.optional(),
293289
url: z
294290
.string()
295291
.url()

0 commit comments

Comments
 (0)