matomo-org / matomo-sdk-ios

Matomo iOS, tvOS and macOS SDK: a Matomo tracker written in Swift
MIT License
388 stars 164 forks source link

Fix copy from UserDefaults method #384

Closed yalishanda42 closed 3 years ago

yalishanda42 commented 3 years ago

The MatomoUserDefaults.copy(from:) method had an unused parameter and was assumed that it will always be UserDefaults.standard

brototyp-bot commented 3 years ago
1 Warning
:warning: Are there any changes that should be explained in the README.md?

Generated by :no_entry_sign: Danger

brototyp commented 3 years ago

Hey @allexks, thanks for this PR.

Great catch! Quite embarrassing 😊