From b2f40b883951b49e836768b50db13265d7512228 Mon Sep 17 00:00:00 2001 From: by2waysprojects Date: Thu, 30 Jan 2025 23:16:53 +0100 Subject: [PATCH] fix syntax --- services/neo4j_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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