diff --git a/server/accounts/index.ts b/server/accounts/index.ts index 723aa90e..ac8838ed 100644 --- a/server/accounts/index.ts +++ b/server/accounts/index.ts @@ -47,3 +47,4 @@ exports('GetCharacterAccount', GetCharacterAccount); exports('GetGroupAccount', GetGroupAccount); exports('CreateAccount', CreateAccount); exports('PayAccountInvoice', PayAccountInvoice); +exports('DeleteAccountInvoice', DeleteAccountInvoice);