diff --git a/server/schema/bos/resolvers.ts b/server/schema/bos/resolvers.ts index 8b911a30..908aeb0b 100644 --- a/server/schema/bos/resolvers.ts +++ b/server/schema/bos/resolvers.ts @@ -109,6 +109,7 @@ export const bosResolvers = { const { lnd } = context; const filteredParams = { + out_channels: [], avoid, ...(in_through && { in_through }), ...(is_avoiding_high_inbound && { is_avoiding_high_inbound }),