Skip to content

Commit 9cc77e3

Browse files
committed
Adjustments
1 parent cd96bf0 commit 9cc77e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/dataforseo/actions/get-bulk-backlinks/get-bulk-backlinks.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import dataforseo from "../../dataforseo.app.mjs";
22

33
export default {
4-
key: "dataforseo-get-bulk-ranks",
5-
name: "Get Bulk Ranks",
4+
key: "dataforseo-get-bulk-backlinks",
5+
name: "Get Bulk Backlinks",
66
description:
7-
"Get the number of backlinks pointing to specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_backlinks/live/)",
7+
"Get the number of backlinks pointing to specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_backlinks/live/)",
88
version: "0.0.1",
99
type: "action",
1010
methods: {

components/dataforseo/actions/search-business-listings/search-business-listings.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
},
6161
},
6262
async run({ $ }) {
63-
const response = await this.getBacklinksHistory({
63+
const response = await this.searchBusinessListings({
6464
$,
6565
data: [
6666
{

0 commit comments

Comments
 (0)