Skip to content

Commit

Permalink
#92: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Oct 16, 2019
1 parent b5e4a6b commit 77d36ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/entities/entity_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ def get(self):
filters = get_filters_from_query_string()
return get_first_filtered_row(table, filters), 200

FindOneEndpoint.__name__ = f"{name}Count"
FindOneEndpoint.__name__ = f"{name}FindOne"
return FindOneEndpoint

0 comments on commit 77d36ce

Please sign in to comment.