Skip to content

Commit

Permalink
fix skin > skins
Browse files Browse the repository at this point in the history
  • Loading branch information
luuxis committed May 4, 2024
1 parent 2a78090 commit 78e97e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-java-core",
"version": "3.10.0",
"version": "3.10.1",
"types": "./build/Index.d.ts",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions src/Authenticator/AZauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class AZauth {
type: 'AZauth',
},
profile: {
skin: [
skins: [
await this.skin(response.uuid),
]
}
Expand Down Expand Up @@ -94,7 +94,7 @@ export default class AZauth {
type: 'AZauth',
},
profile: {
skin: [
skins: [
await this.skin(response.uuid),
]
}
Expand Down

0 comments on commit 78e97e0

Please sign in to comment.