Skip to content

Commit 561417a

Browse files
committed
futher recordingUrl updates
1 parent debc800 commit 561417a

File tree

1 file changed

+1
-1
lines changed
  • backend/datastore/src/jvmMain/kotlin/dev/johnoreilly/confetti/backend/datastore

1 file changed

+1
-1
lines changed

backend/datastore/src/jvmMain/kotlin/dev/johnoreilly/confetti/backend/datastore/DataStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ class DataStore {
432432
"links",
433433
links.map { it.toMap().toJsonElement().toString() }.toValue(excludeFromIndex = true)
434434
)
435-
.set("recordingUrl", recordingUrl)
435+
.set("recordingUrl", recordingUrl.toValue(excludeFromIndex = true))
436436
.build()
437437
}
438438

0 commit comments

Comments
 (0)