Skip to content

Commit

Permalink
Merge branch 'add-duplication-check' of github.com:NishantJoshi00/tar…
Browse files Browse the repository at this point in the history
…tarus into add-duplication-check
  • Loading branch information
ShankarSinghC committed Dec 13, 2023
2 parents 0d8227b + 367f72e commit c0e2ff8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/data/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ impl From<(Option<DataDuplicationCheck>, storage::types::Locker)>
for super::types::StoreCardResponse
{
fn from(
(duplication_check, value): (
Option<DataDuplicationCheck>,
storage::types::Locker,
),
(duplication_check, value): (Option<DataDuplicationCheck>, storage::types::Locker),
) -> Self {
Self {
status: types::Status::Ok,
Expand Down

0 comments on commit c0e2ff8

Please sign in to comment.