Closed Simoron closed 2 months ago
I have 2 match func with next conditions
if state == helpers.AddChannelKeywordsState && text == SkipText { return true } and
if state == helpers.AddChannelKeywordsState && text == SkipText { return true }
if state == helpers.AddChannelKeywordsState { return true }
I got random results
Need change map -> slice
Completed v1.8.1
v1.8.1
I have 2 match func with next conditions
if state == helpers.AddChannelKeywordsState && text == SkipText { return true }
andif state == helpers.AddChannelKeywordsState { return true }
I got random results
Need change map -> slice