Debug the overlapping bundle

This commit is contained in:
Jorge Manrubia
2025-09-15 14:00:56 +02:00
parent c1fcb9d098
commit 0e3d25707c
+1 -1
View File
@@ -59,7 +59,7 @@ class Notification::Bundle < ApplicationRecord
def validate_no_overlapping
if overlapping_bundles.exists?
errors.add(:base, "Bundle window overlaps with an existing pending bundle")
errors.add(:base, "Bundle window overlaps with an existing pending bundle with id #{overlapping_bundles.first.id}")
end
end