Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Asante committed Mar 1, 2024
1 parent 704a168 commit c4b48d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/ratings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export async function deleteRating(ratingId: string) {
});
revalidateTag(Tags.reviews);
} catch (error) {
console.log(error);
return { error: getErrorMessage(error) };
}
}

0 comments on commit c4b48d7

Please sign in to comment.