Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
by2waysprojects committed Jan 30, 2025
1 parent fc42cea commit b2f40b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/neo4j_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2f40b8

Please sign in to comment.