diff --git a/src/Client.js b/src/Client.js index 52ea96f..7a09d7a 100644 --- a/src/Client.js +++ b/src/Client.js @@ -1043,7 +1043,7 @@ class Client extends EventEmitter { return await this.pupPage.evaluate(async number => { const wid = window.Store.WidFactory.createWid(number); - const result = await window.Store.QueryExist.queryWidExists(wid); + const result = await window.Store.QueryExist(wid); if (!result || result.wid === undefined) return null; return result.wid; }, number);