diff --git a/services/neo4j_service.go b/services/neo4j_service.go index 890108c..6f00c85 100644 --- a/services/neo4j_service.go +++ b/services/neo4j_service.go @@ -44,7 +44,7 @@ func (s *Neo4jService) SaveMaliciousIps(countryIps map[string][]string, limit in CREATE (i:Ip { id: $id, country: $country, - action: $action, + action: $action }) ` // Execute the query