Skip to content

Commit

Permalink
fix:fixes type export rename
Browse files Browse the repository at this point in the history
  • Loading branch information
retconned committed Oct 9, 2024
1 parent 17e3e63 commit ccb6d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const createClient = (
emitter.on(event, listener);
};

const video = async (video_id: string) => {
const vod = async (video_id: string) => {
videoInfo = await getVideoData(video_id);

if (!videoInfo) {
Expand Down Expand Up @@ -256,7 +256,7 @@ export const createClient = (

return {
on,
video,
vod,
get user() {
return getUser();
},
Expand Down

0 comments on commit ccb6d22

Please sign in to comment.