Skip to content

Commit

Permalink
remove default message for interactive session
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed Oct 4, 2024
1 parent 0598e12 commit 3c5659b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion designsafe/apps/webhooks/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def post(self, request, *args, **kwargs):
Notification.EVENT_TYPE: event_type,
Notification.STATUS: Notification.INFO,
Notification.USER: job_owner,
Notification.MESSAGE: "Ready to view.",
Notification.ACTION_LINK: address,
}

Expand Down

0 comments on commit 3c5659b

Please sign in to comment.