Skip to content

Commit

Permalink
fix: remove dead variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Aug 23, 2022
1 parent f83e0c6 commit c63b411
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions query/query_maps.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
package query

var arrToAQL = map[string]string{
"==": "IN",
"!=": "NOT IN",
}

func getLogic(input string) string {
lmap := map[string]string{",": "OR", ";": "AND"}

Expand Down

0 comments on commit c63b411

Please sign in to comment.