yield call()

in src/app/authentication/azureActiveDirectory/sagas/getSubscriptionListSaga.ts [25:33]


        yield call(raiseNotificationToast, {
            text: {
                translationKey: ResourceKeys.authentication.azureActiveDirectory.notification.getsubscriptionListError,
                translationOptions: {
                    error: error?.message || error
                }
            },
            type: NotificationType.error
        });