Change profiles metadata database key to avoid issues
This commit is contained in:
@@ -51,7 +51,7 @@ func EnsureProfilesMetadata(r record.Record) (*ProfilesMetadata, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
profilesMetadataKey = ProfilesDBPath + "meta"
|
profilesMetadataKey = "core:profile-states"
|
||||||
|
|
||||||
meta *ProfilesMetadata
|
meta *ProfilesMetadata
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user