Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused API param #2

Merged
merged 1 commit into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BGSwift/Classes/BGResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public class BGTypedMoment<Type>: BGTypedResource<Type?>, TransientResource {
super.init(nil)
}

public func update(_ newValue: Type, withAction: Bool = false) {
public func update(_ newValue: Type) {
guard canUpdate else {
return
}
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
BGSwift: 874ad974413a8ee2f2537245ecd5f0f9a3e1bf43
BGSwift: 305fdc21b7b9521da47e917d6721527a7e48d38e
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4

Expand Down