Skip to content

Commit da5e787

Browse files
committed
fix(server): interface typo
1 parent 03e0714 commit da5e787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/server/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ interface OxServer extends OxCommon {
4848
SetGroupPermission: typeof SetGroupPermission;
4949
RemoveGroupPermission: typeof RemoveGroupPermission;
5050
PayAccountInvoice: typeof PayAccountInvoice;
51-
CreateAccoutnInvoice: typeof CreateAccountInvoice;
51+
CreateAccountInvoice: typeof CreateAccountInvoice;
5252
DeleteAccountInvoice: typeof DeleteAccountInvoice;
5353
}
5454

0 commit comments

Comments
 (0)