Skip to content

Commit bf943cb

Browse files
Update enrich.mjs (#2460)
1 parent 26654f0 commit bf943cb

File tree

1 file changed

+2
-2
lines changed
  • components/people_data_labs/actions/enrich

1 file changed

+2
-2
lines changed

components/people_data_labs/actions/enrich/enrich.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "people_data_labs-enrich",
66
name: "Enrich a person",
77
description: "Full enrichment API. See docs for minimum combination of data points a request must contain for a 200 response.",
8-
version: "0.8.1",
8+
version: "0.8.2",
99
type: "action",
1010
props: {
1111
people_data_labs: {
@@ -119,7 +119,7 @@ export default {
119119
},
120120
async run({ $ }) {
121121
return await axios($, {
122-
url: "https://api.peopledatalabs.com/v4/person",
122+
url: "https://api.peopledatalabs.com/v5/person",
123123
params: {
124124
api_key: this.people_data_labs.$auth.api_key,
125125
name: this.name,

0 commit comments

Comments
 (0)