Skip to content

Commit

Permalink
fix(wallet): imports eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Dec 14, 2024
1 parent 63a04dc commit bfcc3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Sema } from "async-sema";
import { singleton } from "tsyringe";

import { AuthService } from "@src/auth/services/auth.service";
import { UserWalletInput, UserWalletRepository } from "@src/billing/repositories";
import { ManagedUserWalletService } from "@src/billing/services";
import { Sema } from "async-sema";

@singleton()
export class WalletInitializerService {
Expand Down

0 comments on commit bfcc3f6

Please sign in to comment.