Skip to content

Commit 04c176e

Browse files
authored
Swapped the slack webhook to the moj forms notification channel. The webhook was only used for the deleted form action. The webhook is held in the deploy repo and imported in during the build process.
1 parent e947526 commit 04c176e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/admin/services_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def load_service_and_metadata_corresponding_to_id
406406
end
407407

408408
def webhook
409-
ENV['SLACK_PUBLISH_WEBHOOK']
409+
ENV['SLACK_PUBLISH_FOR_CONTENT_WEBHOOK']
410410
end
411411

412412
def has_ever_been_live?

0 commit comments

Comments
 (0)