Skip to content

Commit

Permalink
fixing #139
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Dec 13, 2021
1 parent 5767474 commit aafb97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/collection/document.go
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ func (d *Document) removeFromOpenedDB(dbName string) {
delete(d.openDocDBs, dbName)
}

func (*Document) resolveExpression(expr string) (string, string, string, error) {
func (d *Document) resolveExpression(expr string) (string, string, string, error) {
var operator string
if strings.Contains(expr, "=>") {
operator = "=>"
Expand Down

0 comments on commit aafb97d

Please sign in to comment.