Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com>
  • Loading branch information
acezen committed Aug 27, 2024
1 parent 8c4827d commit ecb1d4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ object Neo4j {
case class Vertex(label: String, properties: List[String])
case class Edge(
label: String,
srcType: String,
srcLabel: String,
srcProp: String,
dstType: String,
dstLabel: String,
dstProp: String,
properties: List[String]
)
Expand Down

0 comments on commit ecb1d4b

Please sign in to comment.