We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df73cb9 commit 7a11a39Copy full SHA for 7a11a39
1 file changed
src/services/member/member.schemas.ts
@@ -85,7 +85,7 @@ const compositeCurrentGuestSchema = Type.Composite([
85
]);
86
87
export const currentAccountSchemaRef = registerSchemaAsRef(
88
- 'currentAccountSchemaRef',
+ 'currentAccount',
89
'Current Account',
90
Type.Union(
91
[
@@ -101,7 +101,7 @@ export const currentAccountSchemaRef = registerSchemaAsRef(
101
);
102
103
export const nullableCurrentAccountSchemaRef = registerSchemaAsRef(
104
- 'nullableCurrentAccountSchemaRef',
+ 'nullableCurrentAccount',
105
'Nullable Current Account',
106
107
0 commit comments