Skip to content

Commit

Permalink
TravisCI builds were failing due to the missing props arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
karabijavad committed Nov 29, 2013
1 parent e851d5f commit bd06cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography/rest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def create_relationship_auto_index(type = "exact", provider = "lucene")
@relationship_indexes.create_auto(type, provider)
end

def create_unique_relationship(index, key, value, type, from, to, props)
def create_unique_relationship(index, key, value, type, from, to, props = nil)
@relationship_indexes.create_unique(index, key, value, type, from, to, props)
end

Expand Down

0 comments on commit bd06cc5

Please sign in to comment.