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: remove use of Deno.close #293

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

lucacasonato
Copy link
Collaborator

It is better practice to use the .close() method than the Deno.close API. This makes the code also work in Deno Deploy conincidentally.

@erfanium erfanium merged commit 727e29a into denodrivers:main Nov 12, 2021
@lucacasonato lucacasonato deleted the use_close_method branch November 12, 2021 11:16
@erfanium
Copy link
Member

@lucacasonato now after this change, does deno_mongo work on Deno Deploy? did you check it? I want to mention this in docs

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