Skip to content

Commit

Permalink
chore(develop): sync types to dmgincs/nestjs-api
Browse files Browse the repository at this point in the history
  • Loading branch information
damageinc-bot[bot] committed Jan 17, 2024
1 parent 88aacb5 commit 8c1bc90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mainsite/equippeditems/EquippedItemPackResponse.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ItemPackWithBenefitResponseDto } from '../../itemsystem/items/dto';
import { ItemPackWithBenefitResponseDto } from '~/mainsite/itemsystem/items';

export class EquippedItemPackResponseDto {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable spellcheck/spell-checker */
import { ItemPackResponseDto } from '~/mainsite/itemsystem/items';
import { ItemPackResponseDto } from './ItemPackResponse';

export class ItemPackWithBenefitResponseDto extends ItemPackResponseDto {
/** The benefits associated with equipping the item */
Expand Down

0 comments on commit 8c1bc90

Please sign in to comment.