Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Nov 16, 2023
1 parent d57b3e1 commit 29b329b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/goals/CharacterInventory/CharacterInventoryTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export interface CharInvData {
inventory: string[][];
}

// CharInvStepData's inventory is unused, but is present in the database,
// so cannot be removed from frontend code without a database update.
export interface CharInvStepData {
inventory: string[];
}

0 comments on commit 29b329b

Please sign in to comment.