Skip to content

Commit 45da9dc

Browse files
committed
change default message
1 parent 0542bfe commit 45da9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/webhooks/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ export async function processWebhook(
15011501
return NextResponse.json(
15021502
{
15031503
type: 'message',
1504-
text: 'Sim Studio Workflow Executing...',
1504+
text: 'Sim Studio',
15051505
},
15061506
{ status: 200 }
15071507
)

0 commit comments

Comments
 (0)