Skip to content

Commit

Permalink
fix(server): interface typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Aug 30, 2024
1 parent 03e0714 commit da5e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface OxServer extends OxCommon {
SetGroupPermission: typeof SetGroupPermission;
RemoveGroupPermission: typeof RemoveGroupPermission;
PayAccountInvoice: typeof PayAccountInvoice;
CreateAccoutnInvoice: typeof CreateAccountInvoice;
CreateAccountInvoice: typeof CreateAccountInvoice;
DeleteAccountInvoice: typeof DeleteAccountInvoice;
}

Expand Down

0 comments on commit da5e787

Please sign in to comment.