Skip to content

Commit

Permalink
refactor: use single quote strings
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Nov 18, 2024
1 parent 06e4396 commit feb84ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Player/usePlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const usePlayer = (urlParams) => {
}
};
} else {
console.warn("Player Unload triggered");
console.warn('Player Unload triggered');
return {
action: 'Unload'
};
Expand Down

0 comments on commit feb84ef

Please sign in to comment.