Skip to content

Commit 183b70d

Browse files
🛠️ apply pre-commit fixes
1 parent 2505f01 commit 183b70d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

static/app/data/platformCategories.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,7 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([
379379
]);
380380

381381
// List of platforms that do not have logging support. We make use of this list in the product to not provide any Logging
382-
export const withoutLoggingSupport: Set<PlatformKey> = new Set([
383-
'elixir',
384-
'unity',
385-
]);
382+
export const withoutLoggingSupport: Set<PlatformKey> = new Set(['elixir', 'unity']);
386383

387384
// List of platforms that have metrics onboarding checklist content
388385
export const withMetricsOnboarding: Set<PlatformKey> = new Set([]);

0 commit comments

Comments
 (0)