Fix typo
This commit is contained in:
parent
791cec41db
commit
57f02078bc
@ -312,7 +312,7 @@ maybe_delete_standalone_info(Ref, K) ->
|
|||||||
#{type := standalone, vsn := 1, db_ref := DbRef} ->
|
#{type := standalone, vsn := 1, db_ref := DbRef} ->
|
||||||
EncK = mnesia_rocksdb_lib:encode_key(K, sext),
|
EncK = mnesia_rocksdb_lib:encode_key(K, sext),
|
||||||
Key = <<?INFO_TAG, EncK/binary>>,
|
Key = <<?INFO_TAG, EncK/binary>>,
|
||||||
rocksb:delete(DbRef, Key, []);
|
rocksdb:delete(DbRef, Key, []);
|
||||||
_ ->
|
_ ->
|
||||||
ok
|
ok
|
||||||
end.
|
end.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user