We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff1bcc commit fb7ad6eCopy full SHA for fb7ad6e
src/lib/system.ts
@@ -28,7 +28,7 @@ export const isProd = ENV.PROD;
28
export const hasStripePublicKey = !!VARS.PUBLIC_STRIPE_KEY;
29
export const GRACE_PERIOD_OVERRIDE = false;
30
31
-export const APPWRITE_OFFICIALS_ORG = '683154b5001b35cb7c27';
+export const APPWRITE_OFFICIALS_ORG = 'appwriteOfficials';
32
33
export function isMultiRegionSupported(url: URL): boolean {
34
if (env.PUBLIC_APPWRITE_MULTI_REGION === 'true') return true;
0 commit comments