fix linting

This commit is contained in:
Anthony 2021-09-22 18:46:49 +03:00
parent 9702ee8144
commit 1e7c2c26a2
No known key found for this signature in database
GPG key ID: C386D3C93D50E356

View file

@ -49,7 +49,7 @@ type Analytics = {
tagFollowEvent: (string, boolean, ?string) => void,
playerLoadedEvent: (?boolean) => void,
playerStartedEvent: (?boolean) => void,
videoStartEvent: (string, number, string, number, string, any) => void,
videoStartEvent: (string, number, string, number, string, any, number) => void,
videoIsPlaying: (boolean, any) => void,
videoBufferEvent: (
StreamClaim,