Skip to content

Commit 9a288ed

Browse files
authored
Merge pull request #542 from teenu4/patch-1
Added comma to code example in README.md
2 parents 60e1588 + abc5bbf commit 9a288ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Rails.application.config.middleware.use ExceptionNotification::Rack,
239239
ignore_notifier_if: {
240240
email: ->(env, exception) { !Rails.env.production? },
241241
slack: ->(env, exception) { exception.message =~ /^Couldn't find Page with ID=/ }
242-
}
242+
},
243243

244244
email: {
245245
sender_address: %{"notifier" <[email protected]>},

0 commit comments

Comments
 (0)