Skip to content

Commit 621ce07

Browse files
chore: schema generation nit
1 parent 38a54bc commit 621ce07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/schemas/src/v3/index.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6839,4 +6839,4 @@ const schema = {
68396839
},
68406840
"additionalProperties": false
68416841
} as const;
6842-
export { schema as indexSchema };
6842+
export { schema as indexSchema };

packages/schemas/src/v3/searchContext.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ const schema = {
7878
},
7979
"additionalProperties": false
8080
} as const;
81-
export { schema as searchContextSchema };
81+
export { schema as searchContextSchema };

0 commit comments

Comments
 (0)