Fix `new` and `old` fields in code locations
Instead of being nullable() the new and old fields in a code
location are optional.
1 file changed
+2
-2
46d1c217
→
856caf0e
modified http-client/lib/shared.ts
@@ -113,8 +113,8 @@ export type Range = z.infer<typeof rangeSchema>;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|