randydev commited on
Commit
8f29097
·
verified ·
1 Parent(s): 3c2ff1f

Update lib/types/twitter-v1.js

Browse files
Files changed (1) hide show
  1. lib/types/twitter-v1.js +1 -1
lib/types/twitter-v1.js CHANGED
@@ -24,7 +24,7 @@ const TwitterDLResponseSchema = z.object({
24
  z.object({
25
  media_url_https: z.string().url(),
26
  type: z.string(),
27
- variants: z.array(TwitterDLVariantSchema)
28
  })
29
  )
30
  })
 
24
  z.object({
25
  media_url_https: z.string().url(),
26
  type: z.string(),
27
+ variants: z.array(TwitterDLVariantSchema).optional()
28
  })
29
  )
30
  })