Skip to content

Commit

Permalink
fix: remove unused import and fix another import
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Mar 22, 2023
1 parent d3a0dca commit 5beefc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Item/Domain/Payloads/ItemUpdatePayload.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import IdPayload from '../../../Shared/Presentation/Requests/IdPayload';
import ItemRepPayload from './ItemRepPayload';
import IUserDomain from '../../../Auth/Domain/Entities/IUserDomain';

interface ItemUpdatePayload extends IdPayload, ItemRepPayload {}

Expand Down
2 changes: 1 addition & 1 deletion src/Shared/Infrastructure/Seeds/BaseSeed.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getRequestContext } from '../../Presentation/Shared/RequestContext';
import ISeed from '../../../Shared/Infrastructure/Seeds/ISeed';
import { DependencyContainer } from 'tsyringe';
import ISeed from './ISeed';

abstract class BaseSeed implements ISeed
{
Expand Down

0 comments on commit 5beefc7

Please sign in to comment.