Skip to content

Commit

Permalink
fixing index issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranjon committed Nov 6, 2013
1 parent 0f6e38c commit bfe5740
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 bfe5740

Please sign in to comment.