migrate Snapshot schemas to Effect Schema (#23747)

This commit is contained in:
Kit Langton
2026-04-21 17:37:27 -04:00
committed by GitHub
parent 88d3429c9f
commit b8d850ca3f
5 changed files with 30 additions and 28 deletions
@@ -471,7 +471,7 @@ export const SessionRoutes = lazy(() =>
description: "Successfully retrieved diff",
content: {
"application/json": {
schema: resolver(Snapshot.FileDiff.array()),
schema: resolver(Snapshot.FileDiff.zod.array()),
},
},
},