Skip to content

Commit 752871c

Browse files
style: apply lint
1 parent 3e6e5a1 commit 752871c

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

src/modules/accounts/usecases/create-account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Hasher } from '@/core/infra/hasher'
22
import { UUIDGenerator } from '@/core/infra/uuid-generator'
33
import { Either, left, right } from '@/shared/either'
4-
import { Account, AccountErrors } from '../domain/entities/account'
4+
import { Account } from '../domain/entities/account'
55
import {
66
CreateAccount,
77
CreateAccountErrors,

tests/mocks/postgres.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)