Skip to content

Commit

Permalink
fix case of property to match others (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
renam authored Sep 19, 2024
1 parent 4f41000 commit b073441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class User(
@Serializable
public class Extension(
@JvmField @SerialName("consent") public var consent: String? = null,
@JvmField @SerialName("admob_gde_signals") public var admobGdeSignals: String? = null,
@JvmField @SerialName("admob_gde_signals") public var admob_gde_signals: String? = null,
@JvmField @SerialName("facebook_buyeruid") public var facebook_buyeruid: String? = null,
@JvmField @SerialName("unity_buyeruid") public var unity_buyeruid: String? = null,
@JvmField @SerialName("vungle_buyeruid") public var vungle_buyeruid: String? = null,
Expand Down

0 comments on commit b073441

Please sign in to comment.