fix: subscribe() signature to accept timetoken in subscribe() method #303
Annotations
6 errors
|
src/entities/SubscribeCapable.ts#L15
Replace `{timetoken?:·string` with `·{·timetoken?:·string·`
|
src/entities/SubscribeCapable.ts#L16
'timetoken' is never reassigned. Use 'const' instead
|
src/entities/SubscribeCapable.ts#L20
Replace `(timetoken·!==·null·&&·timetoken·!==·'')` with `timetoken·!==·null·&&·timetoken·!==·''`
|
src/entities/commonTypes.ts#L1
Delete `··`
|
|
This job was cancelled
Loading