mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Fix layered profiles not readable via the API
This commit is contained in:
parent
fb6b34ebe5
commit
079128f9de
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ func registerRevisionProvider() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func getRevisions(key string) ([]record.Record, error) {
|
func getRevisions(key string) ([]record.Record, error) {
|
||||||
log.Warningf("loading for key " + key)
|
|
||||||
|
|
||||||
key = strings.TrimPrefix(key, revisionProviderPrefix)
|
key = strings.TrimPrefix(key, revisionProviderPrefix)
|
||||||
|
|
||||||
var profiles []*Profile
|
var profiles []*Profile
|
||||||
|
|
Loading…
Add table
Reference in a new issue