fix(monitor/collectors/wikipedia): move revid out of state: namespace (was leaking into snapshot)

This commit is contained in:
CarterPerez-dev 2026-05-02 04:41:34 -04:00
parent 994b510fa4
commit d662a8c81a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
)
const (
keyRevID = "state:wiki_itn:revid"
keyRevID = "wiki:itn:revid"
sourceWikiITN = "wiki_itn"
)