mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-29 00:57:56 +03:00
Bump zod version
This commit is contained in:
@@ -10,10 +10,8 @@ export default class OrionAnalytics {
|
||||
this.getOverview = this.getOverview.bind(this);
|
||||
}
|
||||
|
||||
getOverview() {
|
||||
return fetchWithValidation(
|
||||
`https://${this.apiUrl}/api/stats/overview`,
|
||||
overviewSchema,
|
||||
);
|
||||
}
|
||||
getOverview = () => fetchWithValidation(
|
||||
`https://${this.apiUrl}/api/stats/overview`,
|
||||
overviewSchema,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user