Change profiles metadata database key to avoid issues

This commit is contained in:
Daniel 2023-10-12 14:08:53 +02:00
parent 76ab712721
commit 489c21ab5a

View file

@ -51,7 +51,7 @@ func EnsureProfilesMetadata(r record.Record) (*ProfilesMetadata, error) {
}
var (
profilesMetadataKey = ProfilesDBPath + "meta"
profilesMetadataKey = "core:profile-states"
meta *ProfilesMetadata