Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
typescript template string is a relatively new feature, reverting to …
Browse files Browse the repository at this point in the history
…just string for better support (#285)
  • Loading branch information
fuxingloh authored Aug 1, 2021
1 parent c01cecd commit c1a5d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/whale-api-client/src/whale.api.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ export interface WhaleApiClientOptions {

/**
* Version of API
* `v{major}.{minor}`: `v${number}.${number}`
*/
version?: `v${number}.${number}`
version?: string

/**
* Network that whale client is configured to
Expand Down

0 comments on commit c1a5d44

Please sign in to comment.