Skip to content

Commit ed47fd3

Browse files
committed
chore: fix typo
1 parent b45bb44 commit ed47fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function getTypeOutput(): Promise<string | null> {
130130
),
131131
types: types!,
132132
detectOneToOneRelationships: GENERATE_TYPES_DETECT_ONE_TO_ONE_RELATIONSHIPS,
133-
postgresVersion: POSTGREST_VERSION,
133+
postgrestVersion: POSTGREST_VERSION,
134134
}
135135

136136
switch (GENERATE_TYPES?.toLowerCase()) {

0 commit comments

Comments
 (0)