Skip to content

Commit cf668f0

Browse files
committed
modfiy unit to null
1 parent 5418013 commit cf668f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-base/src/main/kotlin/app/cash/backfila/client/spi/BackfillRegistration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ data class BackfillRegistration(
88
val description: String?,
99
val parametersClass: KClass<Any>,
1010
val deleteBy: Instant?,
11-
val unit: String?,
11+
val unit: String? = null,
1212
)

0 commit comments

Comments
 (0)