Skip to content

Commit 1105c2a

Browse files
committed
fix filename
1 parent bc019ed commit 1105c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/notion_api_key/sources/updated-page-by-id/updated-page-by-id.mjs renamed to components/notion_api_key/sources/updated-page-id/updated-page-id.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import app from "../../notion_api_key.app.mjs";
2-
import common from "@pipedream/notion/sources/updated-page-by-id/updated-page-by-id.mjs";
2+
import common from "@pipedream/notion/sources/updated-page-id/updated-page-id.mjs";
33

44
import { adjustPropDefinitions } from "../../common/utils.mjs";
55

@@ -10,7 +10,7 @@ const props = adjustPropDefinitions(others.props, app);
1010

1111
export default {
1212
...others,
13-
key: "notion_api_key-updated-page-by-id",
13+
key: "notion_api_key-updated-page-id",
1414
version: "0.0.1",
1515
name,
1616
description,

0 commit comments

Comments
 (0)