Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Jun 6, 2024
1 parent 1bb4791 commit 34ca039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,5 +345,5 @@ export default class BaseMediaSourceAdapter extends FakeEventTarget implements I
return null;
}

public setCachedUrls(cachedUrls: string[]) {}
public setCachedUrls(): void {}
}

0 comments on commit 34ca039

Please sign in to comment.