udate watcher
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-25 20:33:10 +03:00
parent d864996848
commit b866158d9b
4 changed files with 20 additions and 45 deletions

View File

@@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"fmt"
"log"
"os"
"strings"
@@ -124,7 +123,6 @@ func (p *Provider) Value(ctx context.Context, path ...string) (config.Value, err
}
return value.Decode(func(v interface{}) error {
log.Println(string(data))
return json.Unmarshal(data, v)
}), nil
}