Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Bad return type
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Aug 16, 2019
1 parent b63adc8 commit 414429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def get_user_ids_changed(self, user_id, from_token):

opentracing.log_kv(result)

return {result}
return result


class DeviceHandler(DeviceWorkerHandler):
Expand Down

0 comments on commit 414429b

Please sign in to comment.