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
Replace == null with === undefined (count is number | undefined, null
is impossible) and != null with !== null && !== undefined for the
unknown-typed lootDetail parameter.
Signed-off-by: Michael Cramer <michael@bigmichi1.de>
0 commit comments