Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fix spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UCDFiddes committed Mar 29, 2024
1 parent 326dae3 commit efa5557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive-bedrock-data",
"version": "1.1.7",
"version": "1.1.8",
"description": "A repo to store and calculate data and type definitions from The Hive: Bedrock Edition server.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/types/api/metadata/player.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface PlayerMetadata {
equipped_costume?: string;

backbling_count: number;
"cosmetics.backblings"?: PlayerMetadata_Backbling[];
"cosmetics.backbling"?: PlayerMetadata_Backbling[];
equipped_backbling?: PlayerMetadata_Backbling;

hat_count: number;
Expand Down

0 comments on commit efa5557

Please sign in to comment.