Skip to content

Commit dc78b27

Browse files
committed
refactor(match_notifier): change param to required_param for offer and request
1 parent 01d0697 commit dc78b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/notifiers/better_together/joatu/match_notifier.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MatchNotifier < ApplicationNotifier
1313
config.if = -> { recipient_has_email? && should_notify? }
1414
end
1515

16-
param :offer, :request
16+
required_param :offer, :request
1717

1818
notification_methods do
1919
delegate :offer, :request, to: :event

0 commit comments

Comments
 (0)