Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add Promise return type for proxy function (#332)
Compiling this project in TypeScript gave the following error: ``` error TS2314: Generic type 'Promise<T>' requires 1 type argument(s). declare function proxy(proxyParams: ProxyParams): Promise ``` This commit tries to fix this error without being explicit with the return type.
- Loading branch information