Skip to content

Commit

Permalink
Merge pull request maxdemarzi#59 from kamranjon/batch
Browse files Browse the repository at this point in the history
fixing index issue
  • Loading branch information
kamranjon committed Nov 6, 2013
2 parents 0bf1967 + bfe5740 commit fe5048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deja/bridge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def cypher(&block)
end

def is_index?(id)
id.is_a?(Hash) && id[:index] && id[:key] && id[:value]
id.is_a?(Hash) && id[:index] && id[:key]
end

def is_query?(id)
Expand Down

0 comments on commit fe5048e

Please sign in to comment.