mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 07:42:11 +00:00
chore: remove unneeded async key
This commit is contained in:
@@ -440,7 +440,7 @@ class Actions {
|
||||
throw new Utils.InnertubeError('Invalid client', client);
|
||||
|
||||
const response = await ({
|
||||
YOUTUBE: async () => this.#request({
|
||||
YOUTUBE: () => this.#request({
|
||||
baseURL: Constants.URLS.YT_SUGGESTIONS + `search?client=firefox&ds=yt&q=${encodeURIComponent(input)}`,
|
||||
}),
|
||||
YTMUSIC: () => this.music('get_search_suggestions', {
|
||||
@@ -459,4 +459,4 @@ class Actions {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Actions;
|
||||
module.exports = Actions;
|
||||
|
||||
Reference in New Issue
Block a user