Skip to content

Commit 2da9d2f

Browse files
committed
update
1 parent 9d5b80d commit 2da9d2f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/dataforseo/dataforseo.app.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,6 @@ export default {
458458
...args,
459459
});
460460
},
461-
getAppStoreSearchResults({
462-
id, ...args
463-
}) {
464-
return this._makeRequest({
465-
path: `/app_data/apple/app_searches/task_get/advanced/${id}`,
466-
...args,
467-
});
468-
},
469461
getGooglePlaySearch(args = {}) {
470462
return this._makeRequest({
471463
path: "/app_data/google/app_searches/task_post",

0 commit comments

Comments
 (0)