Open darky opened 9 months ago
Some functions like firstValueFrom, lastValueFrom, first, last and maybe some other is unsafe from EmptyError Need to have rule, that will force you to define defaultValue for functions like above :point_up:
firstValueFrom
lastValueFrom
first
last
EmptyError
defaultValue
Some functions like
firstValueFrom
,lastValueFrom
,first
,last
and maybe some other is unsafe fromEmptyError
Need to have rule, that will force you to definedefaultValue
for functions like above :point_up: