Skip to content

Commit

Permalink
trivial comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Apr 8, 2024
1 parent 6e4d964 commit f3ff59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async def get_terria_map_catalog_data(grid_type: Union[str, None] = Query(defaul
# set the status to a not found
status_code = 404
else:
# was there a DB error
# if there was DB error
if ret_val == -1:
ret_val = {'Error': 'Database error getting catalog member data.'}

Expand Down

0 comments on commit f3ff59c

Please sign in to comment.