Skip to content

Commit 6433f0b

Browse files
committed
update filename
1 parent 63ebd5f commit 6433f0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/google_docs/sources/document-updated/document-updated.mjs renamed to components/google_docs/sources/new-or-updated-document/new-or-updated-document.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import {
66

77
export default {
88
...common,
9-
key: "google_docs-new-document-updated",
10-
name: "Document Updated (Instant)",
11-
description: "Emit new event when an existing document is updated in Google Docs",
9+
key: "google_docs-new-or-updated-document",
10+
name: "New or Updated Document (Instant)",
11+
description: "Emit new event when a document is created or updated in Google Docs",
1212
version: "0.0.1",
1313
type: "source",
1414
dedupe: "unique",

0 commit comments

Comments
 (0)