Skip to content

Commit f718b81

Browse files
committed
updates
1 parent ee7c434 commit f718b81

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/apiverve/actions/get-weather/get-weather.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default {
4444
const response = await this.apiverve.getWeather({
4545
$,
4646
params: {
47-
domain: this.domain,
4847
city: this.city,
4948
zip: this.zip,
5049
},

components/apiverve/actions/street-address-parser/street-address-parser.mjs

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

33
export default {
4-
key: "apiverve-street-address-parses",
4+
key: "apiverve-street-address-parser",
55
name: "Street Address Parser",
6-
description: "Parse a US street addresses and return the parsed components of the street address provided. [See the documentation]https://docs.apiverve.com/api/streetaddressparser)",
6+
description: "Parse a US street addresses and return the parsed components of the street address provided. [See the documentation](https://docs.apiverve.com/api/streetaddressparser)",
77
version: "0.0.1",
88
type: "action",
99
props: {

0 commit comments

Comments
 (0)