Skip to content

Commit

Permalink
Fix wrong type for WizardsVaultObjective.title
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Jul 24, 2024
1 parent fa5127e commit 2bd4055
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/proud-waves-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@gw2api/types": patch
---

Fix wrong type for `WizardsVaultObjective.title`
2 changes: 1 addition & 1 deletion packages/types/data/wizardsvault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface WizardsVaultObjective {
id: number;

/** The title of the objective */
title: number;
title: string;

/** The track the objective belongs to */
track: WizardsVaultTrack;
Expand Down

0 comments on commit 2bd4055

Please sign in to comment.