Skip to content

Commit

Permalink
Merge pull request #317 from mraniki/dev
Browse files Browse the repository at this point in the history
⚡ new grammar
  • Loading branch information
mraniki committed Oct 11, 2023
2 parents 1e3aed6 + db7abf4 commit 90cc0f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pull_request_rules:
- base=main
- base=dev
- "status-success=👷Flow"
- "status-success=test"
actions:
merge:
method: merge
Expand Down
2 changes: 1 addition & 1 deletion findmyorder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ async def replace_instrument(self, order):
order["instrument"] = item["alt"]
break
logger.debug("Instrument symbol changed", order)
return order
return order

0 comments on commit 90cc0f6

Please sign in to comment.