Skip to content

Commit 26472d8

Browse files
committed
Update posthogClient.ts
1 parent 99bd7bd commit 26472d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/twig/src/renderer/api/posthogClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ export class PostHogAPIClient {
277277
`/api/projects/{project_id}/tasks/{id}/run/`,
278278
{
279279
path: { project_id: teamId.toString(), id: taskId },
280+
body: {},
280281
},
281282
);
282283

0 commit comments

Comments
 (0)