Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Amichay Oren committed Sep 3, 2023
1 parent 2b9814d commit 454d5c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apigateway/missions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1625,5 +1625,5 @@ zipp==3.15.0 \
--hash=sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556

--extra-index-url https://us-east4-python.pkg.dev/development-380917/python-repos/simple/
infra==0.1.116 \
infra==0.1.117 \
--hash=sha256:6ff5408c20c88374e6b4bd88ac9a7567c23c43b39b8d63aec27b923d57e9b50f
2 changes: 1 addition & 1 deletion infra/infra/plaid_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def load_account_balance(
url="/accounts/balance/get",
payload={
"access_token": plaid_access_token,
"options:": {"account_ids": [account_id]},
"options": {"account_ids": [account_id]},
},
headers={"Content-Type": "application/json"},
args=None,
Expand Down
2 changes: 1 addition & 1 deletion infra/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = {text = "MIT"}
name = "infra"
readme = "README.md"
requires-python = ">=3.11"
version = "0.1.116"
version = "0.1.117"

[build-system]
build-backend = "pdm.backend"
Expand Down

0 comments on commit 454d5c2

Please sign in to comment.