From f6e13d0857e282dc0a1fc858d993c08fcee5c24c Mon Sep 17 00:00:00 2001 From: jlou Date: Fri, 22 Oct 2021 14:49:56 -0700 Subject: [PATCH] Remove unused API param --- BGSwift/Classes/BGResource.swift | 2 +- Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BGSwift/Classes/BGResource.swift b/BGSwift/Classes/BGResource.swift index ab2e518..bf1a5f9 100644 --- a/BGSwift/Classes/BGResource.swift +++ b/BGSwift/Classes/BGResource.swift @@ -196,7 +196,7 @@ public class BGTypedMoment: BGTypedResource, TransientResource { super.init(nil) } - public func update(_ newValue: Type, withAction: Bool = false) { + public func update(_ newValue: Type) { guard canUpdate else { return } diff --git a/Podfile.lock b/Podfile.lock index 8fa0756..6e79922 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -20,7 +20,7 @@ EXTERNAL SOURCES: :path: "." SPEC CHECKSUMS: - BGSwift: 874ad974413a8ee2f2537245ecd5f0f9a3e1bf43 + BGSwift: 305fdc21b7b9521da47e917d6721527a7e48d38e Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5 Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4