Commit 42c37d6d authored by Rémy Coutable's avatar Rémy Coutable

Fix issue since there was no defaulot state in IssuableFinder

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 13f91817
...@@ -201,7 +201,7 @@ class IssuableFinder ...@@ -201,7 +201,7 @@ class IssuableFinder
when 'opened' when 'opened'
items.opened items.opened
else else
raise 'You must specify default state' items
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment