Skip to content

Commit efef827

Browse files
committed
[nit] change a todo to a clarifying comment
1 parent 5e81b3d commit efef827

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

iOS_SDK/OneSignalSDK/OneSignalOSCore/Source/OSOperationExecutor.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727

2828
import OneSignalCore
2929

30-
// TODO: Concrete executors drop OSDeltas and Requests when initializing from the cache, when they cannot be connected to their respective models anymore. Revisit this behavior of dropping.
31-
30+
/**
31+
Concrete executors drop OSDeltas and Requests when initializing from the cache, when they cannot be connected to their respective models anymore. These cannot be sent, so they are dropped..
32+
*/
3233
public protocol OSOperationExecutor {
3334
var supportedDeltas: [String] { get }
3435
var deltaQueue: [OSDelta] { get }

0 commit comments

Comments
 (0)