We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0641a commit 370e8dfCopy full SHA for 370e8df
lib/board-linuxfr/cache.rb
@@ -12,7 +12,7 @@ def from(id, &blk)
12
found = false
13
each do |item|
14
blk.call item if found
15
- found ||= item[:id] == id
+ found ||= item.first == id
16
end
17
18
0 commit comments