questdb / nodejs-questdb-client

QuestDB Node.js Client
35 stars 8 forks source link

style(nodejs): remove unnecessary `async` keyword #6

Closed juanarbol closed 1 year ago

juanarbol commented 2 years ago

The connect method already returns a promise, the async keyword is not required.

This is a cosmetic change only.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.