fix : lint

This commit is contained in:
Shivam Sharma 2023-11-02 15:28:41 +05:30
parent b3f4b0b982
commit 6169648537

View file

@ -763,6 +763,7 @@ func borKeyValueConfigHelper[T uint64 | string](field map[string]T, number uint6
if err != nil {
panic(err)
}
keys = append(keys, keyUint)
fieldUint[keyUint] = v