mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
lint.
This commit is contained in:
@@ -52,9 +52,7 @@ function getPlausibleDomain(): string {
|
||||
if (VARS.CONSOLE_PROFILE === ProfileMode.STUDIO) {
|
||||
return PLAUSIBLE_DOMAINS.STUDIO;
|
||||
} else {
|
||||
return isCloud
|
||||
? PLAUSIBLE_DOMAINS.CLOUD
|
||||
: PLAUSIBLE_DOMAINS.SELF_HOSTED;
|
||||
return isCloud ? PLAUSIBLE_DOMAINS.CLOUD : PLAUSIBLE_DOMAINS.SELF_HOSTED;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user