Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
[+] fix : lagacy adapter to newly
Browse files Browse the repository at this point in the history
  • Loading branch information
aslupin committed Mar 23, 2021
1 parent 71d531d commit e083bd5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/usecase/carrier.usecase.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import { confirmedEmailDTO, createDTO, deleteDTO, identifierDTO, updateProfileDTO, whitelistUpdateProfileForSrvDTO } from '../entities/dtos/carrier.dto'
import { CarrierInterface } from '../entities/interfaces/data/carrier.interface'
import { compareHashed, hashing } from '../helper/hashing.handler'
import AccountRepository from '../repositories/account.repository'
import { hashing, compareHashed } from '../helper/hashing.handler'
import {
createDTO,
confirmedEmailDTO,
identifierDTO,
updateProfileDTO,
deleteDTO,
whitelistUpdateProfileForSrvDTO,
} from '../entities/dtos/carrier.dto'

async function srvFindCarrierByIdentifier(identifier: identifierDTO): Promise<CarrierInterface> {
try {
Expand Down

0 comments on commit e083bd5

Please sign in to comment.