Skip to content

Commit

Permalink
fix(server/accounts): missing export for DeleteAccountInvoice
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Oct 17, 2024
1 parent d013827 commit 7453522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/accounts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ exports('GetCharacterAccount', GetCharacterAccount);
exports('GetGroupAccount', GetGroupAccount);
exports('CreateAccount', CreateAccount);
exports('PayAccountInvoice', PayAccountInvoice);
exports('DeleteAccountInvoice', DeleteAccountInvoice);

0 comments on commit 7453522

Please sign in to comment.