Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use query/update rather than query_/update_ #3412

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

ericswanson-dfinity
Copy link
Member

Description

Use Canister.update() and Canister.query() rather than Canister.update_() and Canister.query_().

How Has This Been Tested?

Existing tests

Checklist:

@mergify mergify bot merged commit 7b9f14b into master Oct 6, 2023
167 checks passed
@mergify mergify bot deleted the no-trailing-underscore branch October 6, 2023 07:13
@mergify mergify bot removed the automerge-squash label Oct 6, 2023
smallstepman pushed a commit that referenced this pull request Nov 7, 2023
Use `Canister.update()` and `Canister.query()` rather than `Canister.update_()` and `Canister.query_()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants