Skip to content

Commit 547dda1

Browse files
committed
reorg of javascript, no longer need to_json in gg gem
1 parent 82feb04 commit 547dda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/esdb/match.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def chart_data(measure, smoothing_window)
4040
:color => "#" + entity["color"],
4141
:team => entity["team"],
4242
}
43-
}.to_json
43+
}
4444
end
4545
end
4646
end

0 commit comments

Comments
 (0)