(userId: string)
| 911 | } |
| 912 | |
| 913 | user(userId: string) { |
| 914 | return new StreamUser<StreamFeedGenerics>(this, userId, this.getOrCreateToken()); |
| 915 | } |
| 916 | |
| 917 | async setUser(data: StreamFeedGenerics['userType']) { |
| 918 | if (this.usingApiSecret) { |
no test coverage detected