fix (noopSequence).Ephemeral()
Some checks failed
build / build (push) Has been cancelled
ghcr / Build (push) Has been cancelled

This commit is contained in:
Shivaram Lingamneni 2026-01-01 15:06:53 -05:00
parent 63a04a5ff0
commit 5c0af196da

View file

@ -122,5 +122,5 @@ func (n noopSequence) Cutoff() time.Time {
}
func (n noopSequence) Ephemeral() bool {
return true
return false // we're pretending to be an empty database
}