Skip to content

Commit

Permalink
add added to SimpleMinecraftAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Oct 26, 2024
1 parent c72364f commit 28214b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/minecraft/SimpleMinecraftAccount.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface SimpleMinecraftAccount {
errorStreak: number;
lastErrorCode: string;
errorState: string;
added: number;
sendEmails?: boolean;
submitted?: true;
}
2 changes: 1 addition & 1 deletion dist/minecraft/SimpleMinecraftAccount.js.map

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

1 change: 1 addition & 0 deletions src/minecraft/SimpleMinecraftAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface SimpleMinecraftAccount {
errorStreak: number;
lastErrorCode: string;
errorState: string;
added: number;

sendEmails?: boolean;

Expand Down

0 comments on commit 28214b2

Please # to comment.