Skip to content

Commit

Permalink
Fix no console warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Runeii committed Mar 25, 2024
1 parent 57e6418 commit 4e1cc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const getVideoDetailsByIdOnServer = async (id: string) => {
>;

if (!videoDetails) {
// eslint-disable-next-line no-console
console.log('No details retrieved for ID', id);

return null;
Expand Down

0 comments on commit 4e1cc92

Please sign in to comment.