Skip to content

Commit

Permalink
Fix checkPlatform (GOKbIT-486)
Browse files Browse the repository at this point in the history
  • Loading branch information
philboeselager committed Apr 25, 2023
1 parent 8699975 commit f5aece8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
}
const response = await this.catchError({
promise: platformServices.checkPlatform(newPlatform, this.cancelToken.token),
promise: platformServices.check(newPlatform, this.cancelToken.token),
instance: this
})
if (response?.status < 300 && response.data) {
Expand Down

0 comments on commit f5aece8

Please sign in to comment.