Skip to content

Commit

Permalink
Merge pull request #125 from openlibraryenvironment/486-fixCheckPlatform
Browse files Browse the repository at this point in the history
Fix checkPlatform (GOKbIT-486)
  • Loading branch information
hornmo authored Apr 25, 2023
2 parents 8699975 + f5aece8 commit c0bec43
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 c0bec43

Please sign in to comment.