Skip to content

Commit fb378b8

Browse files
author
mvgreen
committed
Fix typo
1 parent fcd03b1 commit fb378b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/custom/CustomAppRequest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ data class CustomAppRequest(
284284
override val show: AttributeValueLocation? = null
285285
) : FetchedAttributeValue {
286286

287-
fun Collection<FetchedAttributeValue>.otOrderAttributeList() = this.map { it as AttributeValue }
287+
fun Collection<FetchedAttributeValue>.toOrderAttributeList() = this.map { it as AttributeValue }
288288

289289
}
290290

0 commit comments

Comments
 (0)