Skip to content

Commit

Permalink
fix: update unbind url.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekerandLo committed Sep 26, 2024
1 parent aca494d commit 1258066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export async function syncFailed(
}

export async function unbind(token: string): Promise<void> {
await request("DELETE", `${urlPrefix}`, token);
await request("DELETE", `${urlPrefix}/unbind`, token);
}

export async function getIntegration(
Expand Down

0 comments on commit 1258066

Please sign in to comment.