Skip to content

Commit ab2c57c

Browse files
committed
ECWID-134924 OE2: add scheduled fields to ecwid-java-api-client: removed unnecessary semicolon
1 parent 7baf859 commit ab2c57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ data class FetchedStoreProfile(
291291
@Suppress("unused")
292292
enum class ScheduledTimePrecisionType {
293293
DATE,
294-
DATE_AND_TIME_SLOT;
294+
DATE_AND_TIME_SLOT
295295
}
296296

297297
@Suppress("unused")

0 commit comments

Comments
 (0)