Skip to content

Commit 76752f2

Browse files
committed
Change expireDate comment
1 parent 18f5f47 commit 76752f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/net/pearx/kpastebin/model/PasteDetails.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public data class PasteDetails(
1515
val title: String,
1616
/** Paste size in bytes. */
1717
val size: Int,
18-
/** Paste expiration date. */ // todo
18+
/** Paste expiration date in Unix time format. */
1919
val expireDate: Int,
2020
/** Paste privacy status. */
2121
val privacy: Privacy,

0 commit comments

Comments
 (0)