mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-09 07:48:33 +01:00
fix: use correct prefix for jsonify
This commit is contained in:
@@ -144,7 +144,7 @@ def smart_send_to_clients():
|
||||
|
||||
persons = ldaptools.select_targets(users, groups, app.config["LDAP_ARGS"])
|
||||
dispatch_secrets = save_in_dispatch_queue(persons, message)
|
||||
return flask_sqlalchemy.jsonify(dispatch_secrets)
|
||||
return flask.jsonify(dispatch_secrets)
|
||||
|
||||
|
||||
def save_in_dispatch_queue(persons, message):
|
||||
|
||||
Reference in New Issue
Block a user