From adbc27059a6e7f59ad86f3df52038a163ee21981 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 13 Dec 2024 21:16:25 +0000 Subject: [PATCH] Add Emily to discover debug (#7101) --- src/lib/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index ebf4b1ee11..5d7b5eb456 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -30,6 +30,7 @@ export const DISCOVER_DEBUG_DIDS: Record = { 'did:plc:ragtjsm2j2vknwkz3zp4oxrd': true, // pfrazee.com 'did:plc:vpkhqolt662uhesyj6nxm7ys': true, // why.bsky.team 'did:plc:3jpt2mvvsumj2r7eqk4gzzjz': true, // esb.lol + 'did:plc:vjug55kidv6sye7ykr5faxxn': true, // emilyliu.me } const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new`