Skip to content

Commit

Permalink
f return of the tombstone
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Oct 3, 2019
1 parent d01d479 commit c011ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/spanner/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ impl SpannerDb {
.affected_rows()?
> 0
{
self.erect_tombstone(&params.user_id)?;
return self.erect_tombstone(&params.user_id);
}
self.get_storage_timestamp_sync(params.user_id)
}
Expand Down

0 comments on commit c011ec8

Please sign in to comment.