Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Jun 25, 2021
1 parent 8735217 commit d81837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export class Client {
if(e.response.status === 401 && retry) {
try {
await this.refreshToken();
return this.performGet(url, filter, false);
return this.performGet<T>(url, filter, false);
} catch(e) {
return e;
}
Expand Down

0 comments on commit d81837f

Please sign in to comment.