Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
idk committed Jun 16, 2023
1 parent b2fea26 commit 67266e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ public LeaseSet store(Hash key, LeaseSet leaseSet) throws IllegalArgumentExcepti
rv.setReceivedBy(to);
} else if (leaseSet.getReceivedAsReply()) {
rv.setReceivedAsReply();
}
} else
if (leaseSet.getReceivedAsPublished()) {
rv.setReceivedAsPublished(true);
}
Expand Down

0 comments on commit 67266e5

Please sign in to comment.