mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix compile errors in website examples
This commit is contained in:
parent
b51b782c73
commit
0600a263b2
@ -1,6 +1,6 @@
|
||||
package docspell.website
|
||||
|
||||
import docspell.common.{IdRef, Ident, Timestamp}
|
||||
import docspell.common.{CollectiveId, IdRef, Ident, Timestamp}
|
||||
import scodec.bits.ByteVector
|
||||
|
||||
import java.time.LocalDate
|
||||
@ -12,7 +12,7 @@ trait Helper {
|
||||
|
||||
val date20220514 = Timestamp.atUtc(LocalDate.of(2022, 5, 14).atTime(11, 22, 12))
|
||||
|
||||
val cid = id("collective")
|
||||
val cid = CollectiveId(1)
|
||||
|
||||
implicit final class StringExt(self: String) {
|
||||
def id: Ident = Ident.unsafe(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user