Skip to content

Commit

Permalink
bugfix: set the correct attribute on add method call in delete (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Feb 9, 2023
1 parent f43f785 commit d182fa4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 52 deletions.
2 changes: 1 addition & 1 deletion beaker/client/application_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def delete(
self.app.on_delete,
on_complete=transaction.OnComplete.DeleteApplicationOC,
sender=sender,
sp=sp,
suggested_params=sp,
index=self.app_id,
app_args=args,
signer=signer,
Expand Down
79 changes: 28 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d182fa4

Please sign in to comment.