Skip to content

Commit

Permalink
変数名修正
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Dec 19, 2024
1 parent eeef9c8 commit 14788bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ data class OfferConfig(
)

data class ScaleResolutionDownTo(
@SerializedName("width") var width: Int,
@SerializedName("height") var height: Int
@SerializedName("maxWidth") var maxWidth: Int,
@SerializedName("maxHeight") var maxHeight: Int
)

data class Encoding(
Expand Down

0 comments on commit 14788bb

Please sign in to comment.