Skip to content

Commit

Permalink
fix(typescript): resolve types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KutsenkoA committed Oct 4, 2019
1 parent 8d14d35 commit 3af7df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/api/realtime/channel.ts
Expand Up @@ -97,6 +97,6 @@ export class Channel<T = any> extends Observable<RealTimeEventMessage<T>> {
method: RequestMethod.GET,
body: {},
queryParams: query.compileToQueryParams()
}));
}) as Promise<RealTimeStoredMessage[]>);
}
}

0 comments on commit 3af7df3

Please sign in to comment.