Skip to content

Commit db334c4

Browse files
committed
remove unnecessary fields on source base file
1 parent fe20d21 commit db334c4

File tree

1 file changed

+0
-6
lines changed
  • components/neo4j_auradb/sources/common

1 file changed

+0
-6
lines changed

components/neo4j_auradb/sources/common/base.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ import { ORDER_TYPE_OPTIONS } from "../../common/constants.mjs";
33
import app from "../../neo4j_auradb.app.mjs";
44

55
export default {
6-
key: "neo4j_auradb-new-node",
7-
name: "New Node Created",
8-
description: "Emit new event when a new node is created in the Neo4j AuraDB instance.",
9-
version: "0.0.1",
10-
type: "source",
11-
dedupe: "unique",
126
props: {
137
app,
148
db: "$.service.db",

0 commit comments

Comments
 (0)