Skip to content

Commit 82b9223

Browse files
committed
fix: options.sh missing time option
1 parent 359f740 commit 82b9223

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/options.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ import kotlinx.serialization.Serializable
5252
5353
@Serializable
5454
enum class $endpoint${name^} : Options {
55+
@SerialName("time")
56+
Time,
5557
END
5658
paste -d $'\n' <(echo "$serialNames") <(echo "$options") \
5759
| prefix " "

0 commit comments

Comments
 (0)