Then replace `find` with `firstOrNull { }`, which...
# announcements
m
Then replace
find
with
firstOrNull {  }
, which
find
is calling anyway.
👍 1