We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52afea5 commit 61d49eaCopy full SHA for 61d49ea
packages/models/src/lib/reports-diff.ts
@@ -80,7 +80,6 @@ export const auditDiffSchema = scorableWithPluginDiffSchema.merge(
80
z.object({
81
diff: z
82
.number()
83
- .int()
84
.describe('Value change (`values.after - values.before`)'),
85
}),
86
)
0 commit comments