Skip to content

Commit

Permalink
Fixed incorrect API path being used for notify admin upgrade API (mat…
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilsharma63 authored Jul 13, 2022
1 parent e331eaf commit 2f4f13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/octoClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ class OctoClient {
}

async notifyAdminUpgrade(): Promise<void> {
const path = `${this.teamsPath()}/notifyadminupgrade`
const path = `${this.teamPath()}/notifyadminupgrade`
await fetch(this.getBaseURL() + path, {
headers: this.headers(),
method: 'POST',
Expand Down

0 comments on commit 2f4f13c

Please sign in to comment.