StoreCenter exposes the lastSyncDate for debug purposes

sync2
Laurent 9 months ago
parent a638947ea6
commit 150543f98e
  1. 3
      LeStorage/StoreCenter.swift

@ -110,6 +110,9 @@ public class StoreCenter {
public var apiURL: String? { public var apiURL: String? {
return self._urlManager?.api return self._urlManager?.api
} }
public var lastSyncDate: String {
return self._settingsStorage.item.lastSynchronization
}
/// Returns the service instance /// Returns the service instance
public func service() throws -> Services { public func service() throws -> Services {

Loading…
Cancel
Save