fix: workflow ping. test before pushing to prod!!

This commit is contained in:
2025-03-16 19:15:03 +01:00
parent c702db9121
commit 7af4137ff9

View File

@@ -90,6 +90,7 @@ export async function onboard(prev: any, formData: FormData) {
await initializeStreamInfo(createdChannel.id);
await fetch(process.env.WELCOME_WORKFLOW_URL!, {
method: 'POST',
body: JSON.stringify({
username: zod.data.username,
}),