Skip to content

Commit

Permalink
chore: alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Dec 18, 2024
1 parent 94b2bad commit 6161178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/logger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ type ChildKey =
| "chat"
| "cloudinary"
| "consent"
| "cron"
| "db"
| "demo"
| "exports"
Expand All @@ -63,9 +64,8 @@ type ChildKey =
| "transcripts"
| "trpc"
| "ui"
| "webhooks"
| "cron"
| "ui:performance";
| "ui:performance"
| "webhooks";

const errorLogger =
typeof window === "undefined"
Expand Down

0 comments on commit 6161178

Please sign in to comment.