mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
format: remove unnecessary async keyword
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user