File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export function mockBlueBubblesPrivateApiStatusOnce(
3333 mock . mockReturnValueOnce ( value ) ;
3434}
3535
36- export function resolveBlueBubblesAccountFromConfig ( params : {
36+ function resolveBlueBubblesAccountFromConfig ( params : {
3737 cfg ?: { channels ?: { bluebubbles ?: Record < string , unknown > } } ;
3838 accountId ?: string ;
3939} ) {
Original file line number Diff line number Diff line change @@ -61,13 +61,6 @@ function resolveToken(params: { accountId: string; fallbackToken?: string }) {
6161 return fallback ;
6262}
6363
64- export function resolveDiscordProxyFetch (
65- opts : Pick < DiscordClientOpts , "cfg" | "accountId" > ,
66- runtime ?: Pick < RuntimeEnv , "error" > ,
67- ) : typeof fetch | undefined {
68- return resolveDiscordClientAccountContext ( opts , runtime ) . proxyFetch ;
69- }
70-
7164function resolveRest (
7265 token : string ,
7366 account : ResolvedDiscordAccount ,
You can’t perform that action at this time.
0 commit comments