You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the index.d.ts the class StreamChannelBroker, the method publish on line 4
publish(payload: any, maximumApproximateMessages?: number, failOnMaxMessageCount: boolean): Promise;
when using the StreamChannelBroker class in my project, I get compilation error :
node_modules/redis-streams-broker/index.d.ts:4:64 - error TS1016: A required parameter cannot follow an optional parameter.
in the index.d.ts the class StreamChannelBroker, the method publish on line 4
publish(payload: any, maximumApproximateMessages?: number, failOnMaxMessageCount: boolean): Promise;
when using the StreamChannelBroker class in my project, I get compilation error :
node_modules/redis-streams-broker/index.d.ts:4:64 - error TS1016: A required parameter cannot follow an optional parameter.
4 publish(payload: any, maximumApproximateMessages?: number, failOnMaxMessageCount: boolean): Promise;
~~~~~~~~~~~~~~~~~~~~~
Found 1 error.
The text was updated successfully, but these errors were encountered: