Skip to content

Commit 581e03b

Browse files
committed
fix: renamed extend parameter to extended in character options
1 parent c4a6222 commit 581e03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/xivapi-character-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface XivapiCharacterOptions extends XivapiOptions {
2323
* * For profile, this will include information about Grand Companies, full Minion/Mount information etc.
2424
* * For gear, this will include equipment, dye, materia and glamour item details.
2525
*/
26-
extend?: 0 | 1;
26+
extended?: 0 | 1;
2727

2828
/**
2929
* Include characters Free Company information

0 commit comments

Comments
 (0)