<@U2W6BJ91R> `someObject?.let` either returns null...
# announcements
a
@okkero
someObject?.let
either returns null or returns the return of let, there is no need for
?: null
at all