Skip to content

Commit

Permalink
Update src/modules/account/account.repository.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cosmo <[email protected]>
  • Loading branch information
Daaaiii and viniciuscosmome committed Feb 20, 2024
1 parent 48e3c13 commit 5161607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/account/account.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export class AccountRepository {

return response;
}

async getCredentialId(id: string): Promise<GetCredential | void> {
const response = await this.prisma.credential
.findFirst({
Expand Down

0 comments on commit 5161607

Please sign in to comment.