Skip to content

Commit

Permalink
feat: comments cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarinaDraganJW committed May 23, 2023
1 parent d64b3ad commit 35938fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useOttAnalytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const useOttAnalytics = (item?: PlaylistItem, feedId: string = '') => {
const analyticsToken = useConfigStore((s) => s.config.analyticsToken);
const user = useAccountStore((state) => state.user);

// oaid (Ott App User ID) for analytics
// ott app user id (oaid)
const oaid: number | undefined = Number(user?.id);

const [player, setPlayer] = useState<jwplayer.JWPlayer | null>(null);
Expand Down

0 comments on commit 35938fc

Please sign in to comment.