Skip to content

Commit

Permalink
chore: remove bad return
Browse files Browse the repository at this point in the history
  • Loading branch information
Another-DevX committed May 12, 2024
1 parent 4a99965 commit 0199f02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/services/attestation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ export const send = async (plainTextIdentifier: string, type: AttestationType, u
},
{ where: { id: userId } }
);
return body;
}

// save code to db
Expand Down

0 comments on commit 0199f02

Please sign in to comment.