Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshawkes committed Nov 16, 2024
1 parent 83e3575 commit c0714dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope_server/common/datasource/polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def mime_type(self) -> str:
return "application/prs.coverage+json"

def apply_defaults(self, request):
request = copy.deepcopy(requests)
request = copy.deepcopy(request)
for k, v in self.defaults.items():
if k not in request:
r[k] = v
Expand Down

0 comments on commit c0714dd

Please sign in to comment.