Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore: Fix rebase conflict that prevented the feature to work
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Apr 27, 2023
1 parent 5d18fcc commit ff7d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/apiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const apiVersion = '/v1';
*/
export async function fetchBackendVersion(): Promise<string> {
try {
const resp = await request.get({
const resp = await RequestService.get({
endpoint: `${apiVersion}/capabilities/version`,
});

Expand Down

0 comments on commit ff7d24a

Please sign in to comment.