feat(template): add multi page upload capability
build / Go-Build (push) Successful in 1m30s

This commit is contained in:
2026-05-27 00:59:25 +02:00
parent 7017af9f3f
commit 2aab1bcdd2
11 changed files with 306 additions and 89 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ func verifyTemplate(id string, keys []string) (bool, error) {
return false, err
}
for _, key := range data.TemplateKeys {
for _, key := range data.AllKeys() {
if !slices.Contains(keys, key) {
return false, nil
}