Skip to content

Commit

Permalink
Merge pull request #28 from brighthive/404-to-200
Browse files Browse the repository at this point in the history
task: Return 200 when users table does not have records
  • Loading branch information
reginafcompton authored Jan 27, 2020
2 parents ea530cd + cf76a34 commit eb972db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mci/api/v1_0_0/user_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def get_all_users(self, offset=0, limit=20):
links = build_links('users', offset, limit, row_count)
else:
links = []
status_code = 404

response = OrderedDict()
response['users'] = []
Expand Down

0 comments on commit eb972db

Please sign in to comment.