Skip to content

Commit a7049a8

Browse files
committed
updates
1 parent f9d1cd8 commit a7049a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/rapid_url_indexer/actions/submit-project/submit-project.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import rapidUrlIndexer from "../../rapid_url_indexer.app.mjs";
22

33
export default {
44
key: "rapid_url_indexer-submit-project",
5-
name: "Submit Poject",
5+
name: "Submit Project",
66
description: "Submit a new project for indexing. [See the documentation](https://rapidurlindexer.com/indexing-api/).",
77
type: "action",
88
version: "0.0.1",
@@ -19,7 +19,7 @@ export default {
1919
description: "An array of URLs to index. URLs must start with either “http://” or “https://”.",
2020
},
2121
notifyOnStatusChange: {
22-
type: "string",
22+
type: "boolean",
2323
label: "Notify on Status Change",
2424
description: "If set to `true`, you will receive email notifications when the project status changes",
2525
optional: true,

0 commit comments

Comments
 (0)