Skip to content

Commit

Permalink
fix(api): Fix import order eslint issue for Hubspot command
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Oct 31, 2024
1 parent 720ff6b commit 424b0fb
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 { HttpService } from '@nestjs/axios';
import { HubspotIdentifyFormCommand } from './hubspot-identify-form.command';
import { Injectable, Logger } from '@nestjs/common';
import { AxiosError } from 'axios';
import { HubspotIdentifyFormCommand } from './hubspot-identify-form.command';

const LOG_CONTEXT = 'HubspotIdentifyFormUsecase';

Expand Down

0 comments on commit 424b0fb

Please sign in to comment.