Skip to content

Commit cb38708

Browse files
pontusmelkeknutwalker
authored andcommitted
fix bug
1 parent a9c3d8b commit cb38708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher-aggregation/src/main/java/org/neo4j/gds/projection/GraphAggregator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ void validateConfigs(AnyValue nodesConfig, AnyValue relationshipConfig) {
323323
}
324324
if (relationshipConfig instanceof MapValue) {
325325
ConfigKeyValidation.requireOnlyKeysFrom(
326-
NODES_CONFIG_KEYS,
326+
RELATIONSHIPS_CONFIG_KEYS,
327327
((MapValue) relationshipConfig).keySet()
328328
);
329329
}

0 commit comments

Comments
 (0)