Skip to content

Commit

Permalink
don't optimize this, let the consumer optimize instead
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornkihlberg committed Jan 25, 2024
1 parent a6e1d8b commit 54da7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/client/rest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export function mkRestClient(
return healthcheck(axiosInstance);
},
version() {
return runtimeVersion;
return healthcheck(axiosInstance).then((status) => status.version);
},
getContracts(request) {
const range = request?.range;
Expand Down

0 comments on commit 54da7d4

Please sign in to comment.