Format
All checks were successful
ci / deploy (push) Successful in 3m41s
ci-build / build (1.24) (push) Successful in 9m41s

This commit is contained in:
2026-04-16 14:39:48 +02:00
parent bb3e174fb8
commit 1fe091cad7
2 changed files with 7 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ import (
// QuoteIndex index of quotes
type QuoteIndex struct {
index bleve.Index
Videos []Quote
index bleve.Index
Videos []Quote
videoByPage map[string]Quote //videoByPage[youtubeKey]
}