Skip to content

Commit bbf1c7b

Browse files
committed
chore(agentphone): remove dead from fallback in get_number_messages
1 parent 3a11d99 commit bbf1c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/agentphone/get_number_messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const agentphoneGetNumberMessagesTool: ToolConfig<
7777
output: {
7878
data: (data.data ?? []).map((msg: Record<string, unknown>) => ({
7979
id: (msg.id as string) ?? '',
80-
from_: (msg.from_ as string) ?? (msg.from as string) ?? '',
80+
from_: (msg.from_ as string) ?? '',
8181
to: (msg.to as string) ?? '',
8282
body: (msg.body as string) ?? '',
8383
direction: (msg.direction as string) ?? '',

0 commit comments

Comments
 (0)