Skip to content

Commit

Permalink
chore: es lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Nov 27, 2024
1 parent 57ed601 commit b3de893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { singleton } from "tsyringe";

import { TrialProvidersService } from "@src/deployment/services/trial-providers/trial-providers.service";
import { ProviderCleanupParams, ProviderCleanupService } from "@src/billing/services/provider-cleanup/provider-cleanup.service";
import { TrialProvidersService } from "@src/deployment/services/trial-providers/trial-providers.service";

@singleton()
export class ProviderController {
Expand Down

0 comments on commit b3de893

Please sign in to comment.