Skip to content

Commit 7a11a39

Browse files
authored
fix: fix schema ref id for generated client (#1930)
1 parent df73cb9 commit 7a11a39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/member/member.schemas.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const compositeCurrentGuestSchema = Type.Composite([
8585
]);
8686

8787
export const currentAccountSchemaRef = registerSchemaAsRef(
88-
'currentAccountSchemaRef',
88+
'currentAccount',
8989
'Current Account',
9090
Type.Union(
9191
[
@@ -101,7 +101,7 @@ export const currentAccountSchemaRef = registerSchemaAsRef(
101101
);
102102

103103
export const nullableCurrentAccountSchemaRef = registerSchemaAsRef(
104-
'nullableCurrentAccountSchemaRef',
104+
'nullableCurrentAccount',
105105
'Nullable Current Account',
106106
Type.Union(
107107
[

0 commit comments

Comments
 (0)