format: remove unnecessary async keyword

This commit is contained in:
LuanRT
2021-10-12 21:08:08 -03:00
parent 1c2e24dea4
commit 80a9ece314

View File

@@ -34,7 +34,7 @@ class OAuth extends EventEmitter {
this.requestAuthCode();
}
async waitForAuth(device_code) {
waitForAuth(device_code) {
const data = {
client_id: this.client_id,
client_secret: this.client_secret,