Swift does not allow async expressions inside ?? closures. Replaced with explicit if-let branch so await is at statement level. Co-Authored-By: Kutesir <kutesir@provoc.ug> Co-Authored-By: Sentry <sentry@provoc.ug>
Swift does not allow async expressions inside ?? closures. Replaced with explicit if-let branch so await is at statement level. Co-Authored-By: Kutesir <kutesir@provoc.ug> Co-Authored-By: Sentry <sentry@provoc.ug>