Skip to content

Commit

Permalink
refactor: console.log -> console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry committed Aug 13, 2024
1 parent d3d8a73 commit b7ae5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/settings/booking-events/_actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function deleteEventType(
) {
const sesh = await auth();
if (!sesh?.user.id) {
console.log("[_actions] Unauthorized user delete");
console.error("[_actions] Unauthorized user delete");
return { error: "Unauthorized" };
}

Expand Down

0 comments on commit b7ae5ac

Please sign in to comment.