Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyi17 committed Jan 11, 2024
1 parent e66a7a3 commit 06d8e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/diana/utils/gateways/requesters/montage.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def find(self, query: Mapping, index: str=None) -> list:

offset = 0
incr = MONTAGE_RESULT_INCR
put

resource = "index/{}/search/".format(index)
r = self._get(resource, params={**query,
'offset': offset,
Expand Down

0 comments on commit 06d8e0a

Please sign in to comment.