Skip to content

Commit 99a4ff6

Browse files
committed
Small fix, not a bug.
1 parent b248921 commit 99a4ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BrainPortal/lib/view_scopes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ def update_session_scopes
12771277
name => { 'f' =>
12781278
common.map { |attr,value|
12791279
value.is_a?(Array) ?
1280-
{ 'a' => attr.to_s, 'v' => value.to_a.map(&:to_s), :o => 'in' } :
1280+
{ 'a' => attr.to_s, 'v' => value.to_a.map(&:to_s), 'o' => 'in' } :
12811281
{ 'a' => attr.to_s, 'v' => value.to_s }
12821282
}
12831283
}

0 commit comments

Comments
 (0)