Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-rc.23'
Browse files Browse the repository at this point in the history
  • Loading branch information
aramallo committed Aug 20, 2024
2 parents 158ffac + fe2442f commit dcfcecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/bondy/src/bondy_registry_entry.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1009,13 +1009,13 @@ dirty_delete(Type, EntryKey) ->
ok = plum_db:dirty_put(PDBPrefix, EntryKey, Resolved, Opts),

%% We return the original value
plum_db_object:value(Obj0)
plum_db_object:value(Obj0);

{error, not_found} ->
undefined;

{error, _} ->
undefined;
undefined

end.

Expand Down

0 comments on commit dcfcecd

Please sign in to comment.