You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename pushSelfHealOperation to mirror builder name
Rename the local variable in RefreshUserOperationExecutor.getUser from
pushSelfHealOperation -> pushSelfHealOperationForStuckSubscription so it
matches the builder method buildPushSelfHealOperationForStuckSubscription
that produces it. Pure rename, no behavior change.
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/user/internal/operations/impl/executors/RefreshUserOperationExecutor.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ internal class RefreshUserOperationExecutor(
107
107
val pushSubscriptionIdFromConfig =_configModelStore.model.pushSubscriptionId
108
108
109
109
val subscriptionModels = mutableListOf<SubscriptionModel>()
0 commit comments