Fix logging in repo, fix stale auth

This commit is contained in:
2026-02-26 11:23:09 -06:00
parent 385b6ea67c
commit ea7b733767
6 changed files with 84 additions and 58 deletions

View File

@@ -60,6 +60,8 @@ type Pds struct {
recordIdsToNSID map[string]syntax.NSID
Records map[string]map[string]any
TIDClock syntax.TIDClock
RefreshTime time.Time
}