Skip to content

Commit

Permalink
fix(models): allow non-integers in audit values diff
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Nov 7, 2024
1 parent 52afea5 commit 61d49ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/models/src/lib/reports-diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export const auditDiffSchema = scorableWithPluginDiffSchema.merge(
z.object({
diff: z
.number()
.int()
.describe('Value change (`values.after - values.before`)'),
}),
)
Expand Down

0 comments on commit 61d49ea

Please sign in to comment.