zSoulweaver / kient

TypeScript-First Client Library for Kick.com
https://kient.pages.dev/
MIT License
27 stars 10 forks source link

fix: type validation error for profile_picture property (getClip) #19

Closed ahmedrangel closed 2 months ago

ahmedrangel commented 2 months ago

Minor fix for getClip error caused by channels and users without a profile picture

{
  errors: [
    ValidationErrorItem {
      path: 'clip.channel.profile_picture',
      code: 'type',
      message: 'Not a string',
      value: undefined
    }
  ]
}
zSoulweaver commented 2 months ago

Thanks, merged and release published