Joystream / youtube-synch

YouTube Synchronization
11 stars 10 forks source link

fix: Youtube API qouta calculation #209

Closed zeeshanakram3 closed 1 year ago

zeeshanakram3 commented 1 year ago

IF Youtube API returned non-numeric(i.e. null) value in the quota usage API response, then YoutubePollingService was failing to update the state of channels & videos in periodic polling cycle.

This PR fixes the above issue.