Skip to content

Commit

Permalink
Remove unused API param
Browse files Browse the repository at this point in the history
  • Loading branch information
jlou committed Oct 22, 2021
1 parent 457e63d commit f6e13d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit f6e13d0

Please sign in to comment.