Skip to content

Commit 13664d4

Browse files
committed
lint.
1 parent 6f0da1b commit 13664d4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib/actions/analytics.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ function getPlausibleDomain(): string {
5252
if (VARS.CONSOLE_PROFILE === ProfileMode.STUDIO) {
5353
return PLAUSIBLE_DOMAINS.STUDIO;
5454
} else {
55-
return isCloud
56-
? PLAUSIBLE_DOMAINS.CLOUD
57-
: PLAUSIBLE_DOMAINS.SELF_HOSTED;
55+
return isCloud ? PLAUSIBLE_DOMAINS.CLOUD : PLAUSIBLE_DOMAINS.SELF_HOSTED;
5856
}
5957
}
6058

0 commit comments

Comments
 (0)