Skip to content

Commit

Permalink
fix(deepscan): removed unused import property
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Oct 4, 2024
1 parent 231c60e commit 1cf5fe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/email-send/email.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import {
EmailTemplateEnum,
IResendEmailInput,
EmailStatusEnum,
ITenant,
ID
ITenant
} from '@gauzy/contracts';
import { environment as env } from '@gauzy/config';
import { deepMerge, IAppIntegrationConfig } from '@gauzy/common';
Expand Down

0 comments on commit 1cf5fe4

Please sign in to comment.