Skip to content

Commit

Permalink
import path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhassan01 committed Aug 30, 2024
1 parent 4206ef0 commit 29a0cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/accountsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CreateAccountDto, UpdateAccountDto } from '../dto/account'
import { NotFoundException } from '../utils/exceptions'
import { SupportedCurrency } from '../constants/currencies'
import { AwsEventBridgeService } from './awsEventBridgeService'
import { filterUndefined } from 'src/utils/filterUndefined'
import { filterUndefined } from '../utils/filterUndefined'

export class AccountsService {
private accountModel: Model<IAccount>
Expand Down

0 comments on commit 29a0cb2

Please sign in to comment.