Skip to content

Commit

Permalink
Update cms.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirodem authored Dec 6, 2024
1 parent 5adb716 commit 88ef0b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/server/cms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ type TokenObject =
raw: string;
}
| { type: 'currencyCalculatorWidget'; slug: string; raw: string };

| { type: 'qrCode'; slug: string; raw: string }
| { type: 'qrCode'; slug: string; raw: string };
| {
type: 'leaderboardWidget';
slug: string;
Expand Down

0 comments on commit 88ef0b4

Please sign in to comment.