Skip to content

Commit 2404e4c

Browse files
Update components/bigdatacorp/actions/get-address-data/get-address-data.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 668a2ac commit 2404e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/bigdatacorp/actions/get-address-data/get-address-data.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export default {
2929
$,
3030
data: {
3131
Datasets: this.dataset,
32-
q: `zipcode{${this.doc}}`,
32+
q: `zipcode{${this.zipcode}}`,
33+
3334
},
3435
});
3536

0 commit comments

Comments
 (0)