Skip to content

Commit 98f73b6

Browse files
committed
fix
1 parent 0e2a7b9 commit 98f73b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/apollo_io/actions/people-enrichment/people-enrichment.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ export default {
101101
return props;
102102
},
103103
methods: {
104-
peopleSearch() {
104+
peopleSearch(args = {}) {
105105
return this.app.post({
106106
path: "/people/search",
107+
...args,
107108
});
108109
},
109110
peopleEnrichment(args = {}) {

0 commit comments

Comments
 (0)