Skip to content

Commit 71c1ad0

Browse files
cleanup
1 parent aa60917 commit 71c1ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/PowerSync/attachments/AttachmentQueue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public actor AttachmentQueue {
110110
return await self.getLocalUri(filename)
111111
},
112112
errorHandler: self.errorHandler,
113-
syncThrottle: self.syncThrottleDuration,
113+
syncThrottle: self.syncThrottleDuration
114114
)
115115

116116
/// Initializes the attachment queue

Sources/PowerSync/attachments/SyncingService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ actor SyncingService {
3737
logger: any LoggerProtocol,
3838
getLocalUri: @escaping (String) async -> String,
3939
errorHandler: SyncErrorHandler? = nil,
40-
syncThrottle: TimeInterval = 5.0,
40+
syncThrottle: TimeInterval = 5.0
4141
) {
4242
self.remoteStorage = remoteStorage
4343
self.localStorage = localStorage

0 commit comments

Comments
 (0)