Move to Traefik
This commit is contained in:
parent
bf57c0d5a6
commit
471ccbadc5
36 changed files with 200 additions and 190 deletions
|
|
@ -177,7 +177,7 @@ parseloop:
|
|||
// Check if there were missing template keys.
|
||||
// If so, we sort them and return an appropriate error.
|
||||
if len(missingKeys) != 0 {
|
||||
keys := maps.Keys(unusedKeys)
|
||||
keys := maps.Keys(missingKeys)
|
||||
slices.Sort(keys)
|
||||
return MissingTemplateKeyError{
|
||||
Keys: keys,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue