Skip to content

Commit

Permalink
Changed params to payload (#121)
Browse files Browse the repository at this point in the history
* Changed params to payload

* Version bump
  • Loading branch information
atulya-astronomer authored Jan 28, 2025
1 parent 8e42b6a commit 124b12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astronomer_starship/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.1"
__version__ = "2.2.2"


def get_provider_info():
Expand Down
2 changes: 1 addition & 1 deletion astronomer_starship/src/component/MigrateButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function MigrateButton({
method: exists ? 'delete' : 'post',
url: route,
headers,
params: sendData,
data: sendData,
})
.then((res) => {
setLoading(false);
Expand Down

0 comments on commit 124b12b

Please sign in to comment.