Skip to content

Commit fb7ad6e

Browse files
committed
revert: org id.
1 parent 8ff1bcc commit fb7ad6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const isProd = ENV.PROD;
2828
export const hasStripePublicKey = !!VARS.PUBLIC_STRIPE_KEY;
2929
export const GRACE_PERIOD_OVERRIDE = false;
3030

31-
export const APPWRITE_OFFICIALS_ORG = '683154b5001b35cb7c27';
31+
export const APPWRITE_OFFICIALS_ORG = 'appwriteOfficials';
3232

3333
export function isMultiRegionSupported(url: URL): boolean {
3434
if (env.PUBLIC_APPWRITE_MULTI_REGION === 'true') return true;

0 commit comments

Comments
 (0)