Skip to content

Commit

Permalink
fix auth for posting task events (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveims committed Mar 18, 2024
1 parent 58798b2 commit 768e3ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/api-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ export class APIClient {
async sendTaskEvent(subscriberId: string, donePath: string): Promise<boolean> {
await this.post(`/relaypro/api/v1/task_event/${donePath}?subscriber_id=${subscriberId}`, {
body: {},
...this.requireAdminToken(),
})
return true
}
Expand Down

0 comments on commit 768e3ad

Please sign in to comment.