Skip to content

Commit

Permalink
Update Configuration.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkVillacampa committed Mar 28, 2023
1 parent 6287fd7 commit d6b6b88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Purchasing/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ import Foundation
// swiftlint:disable:next missing_docs
public func with(appUserID: StaticString) -> Configuration.Builder {
Logger.warn(Strings.identity.logging_in_with_static_string)
self.with(appUserID: "\(appUserID)")
return self
return self.with(appUserID: "\(appUserID)")
}

/**
Expand Down

0 comments on commit d6b6b88

Please sign in to comment.