Skip to content

Commit 016a882

Browse files
committed
docs(PLA-118): point comment at packages/cli/src/schema.ts
The reference to "@stage-cli/cli" was a non-existent package name; the strict ingestion schema lives at packages/cli/src/schema.ts.
1 parent 93c5ee9 commit 016a882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/types/src/chapters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const lineRefSchema = z
2525
});
2626
export type LineRef = z.infer<typeof lineRefSchema>;
2727

28-
// Non-strict (vs. ingestion's z.strictObject in @stage-cli/cli's schema.ts) so the server
28+
// Non-strict (vs. ingestion's z.strictObject in packages/cli/src/schema.ts) so the server
2929
// can add fields the SPA doesn't yet read without rejecting the whole response.
3030
export const KeyChangeSchema = z.object({
3131
id: z.string(),

0 commit comments

Comments
 (0)