Skip to content

Commit 8c68f1b

Browse files
committed
llc: todo
1 parent 8220088 commit 8c68f1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/stream_feed/lib/src/client/stream_feed_client_impl.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class StreamFeedClientImpl implements StreamFeedClient {
3838
StreamFeedClientImpl(
3939
this.apiKey, {
4040
this.secret,
41-
this.userToken,
41+
this.userToken, //TODO(sacha): remove this and call _ensureCredentials
42+
//in the getters instead (collections etc)
4243
this.appId,
4344
this.fayeUrl = 'wss://faye-us-east.stream-io-api.com/faye',
4445
this.runner = Runner.client,

0 commit comments

Comments
 (0)