Skip to content

Commit

Permalink
chore: set getPlayerObject optional for VK Player
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jan 9, 2025
1 parent 054daef commit 8728cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ext/src/types/helpers/vk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ export type PlayerObject = {
};

export type Videoview = {
getPlayerObject(): PlayerObject;
getPlayerObject?(): PlayerObject;
};

0 comments on commit 8728cab

Please sign in to comment.