Skip to content

Commit 191a64f

Browse files
committed
Syntax fixes
1 parent cd22040 commit 191a64f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

components/getscreenshot/actions/get-account-api-usage/get-account-api-usage.mjs

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

33
export default {
4-
key: "getscreenshot-capture-element-screenshot",
4+
key: "getscreenshot-get-account-api-usage",
55
name: "Get Account API Usage",
66
description:
77
"Retrieve your current API usage and available quota. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-1/)",
8-
version: "0.0.{{ts}}",
8+
version: "0.0.1",
99
type: "action",
1010
props: {
1111
rasterwise,

components/getscreenshot/actions/get-website-screenshot/get-website-screenshot.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "getscreenshot-get-website-screenshot",
55
name: "Get Website Screenshot",
66
description: "Capture a screenshot from a live website. [See the documentation](https://docs.rasterwise.com/docs/getscreenshot/api-reference-0/)",
7-
version: "0.0.{{ts}}",
7+
version: "0.0.1",
88
type: "action",
99
props: {
1010
getscreenshot,

components/getscreenshot/getscreenshot.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { axios } from "@pipedream/platform";
22

33
export default {
44
type: "app",
5-
app: "rasterwise",
5+
app: "getscreenshot",
66
propDefinitions: {},
77
methods: {
88
_baseUrl() {

0 commit comments

Comments
 (0)