From 7142b65a27a8982209dede96c93f3317ab4c184f Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 26 Jan 2025 15:23:19 -0800 Subject: [PATCH] Discard changes to src/lib/constants.ts --- src/lib/constants.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 1c049ea818..566edf69db 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -63,9 +63,6 @@ export function IS_PROD_SERVICE(url?: string) { export const PROD_DEFAULT_FEED = (rkey: string) => `at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.generator/${rkey}` -export const STAGING_DEFAULT_FEED = (rkey: string) => - `at://did:plc:yofh3kx63drvfljkibw5zuxo/app.bsky.feed.generator/${rkey}` - export const POST_IMG_MAX = { width: 2000, height: 2000,