<@U0B8U9V0R>: Yes, it's `?.`. Also, since you're r...
# announcements
c
@vishnurajeevan: Yes, it's
?.
. Also, since you're repeating
subscriptions
, consider using `with`:
Copy code
with(subscriptions) {
  add(...)
  add(...)
}