Skip to content

Commit

Permalink
Update LocalDictionaryDataSource.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Oct 19, 2022
1 parent 595acd7 commit 58f00a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ConfigCat/LocalDictionaryDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
public class LocalDictionaryDataSource: OverrideDataSource {
private var settings: [String: Setting] = [:]

init(source: [String: Any], behaviour: OverrideBehaviour) {
@objc public init(source: [String: Any], behaviour: OverrideBehaviour) {
super.init(behaviour: behaviour)
for (key, value) in source {
settings[key] = Setting(value: value, variationId: "", percentageItems: [], rolloutRules: [])
Expand Down

0 comments on commit 58f00a4

Please sign in to comment.