Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…re/dds_web into motd-endpoint
  • Loading branch information
Ina committed Apr 7, 2022
2 parents f6b083b + 8ee490d commit e44a669
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dds_web/api/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def post(self):
json_input = flask.request.json
motd = json_input.get("message")
if not motd:

raise ddserr.DDSArgumentError(message="No MOTD specified.")

flask.current_app.logger.debug(motd)
Expand Down

0 comments on commit e44a669

Please sign in to comment.