Skip to content

Commit c9fb357

Browse files
committed
fix: 複数サイトから採取したPVを同一グラフに表示する調整 の誤り
1 parent 1d4b8f4 commit c9fb357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
number = response.empty? ? 0 : response.first.first.to_i
4343
payload = [ {
44-
name: "#current_visitors.{ENV['WEBSITE_NAME']}",
44+
name: "current_visitors.#{ENV['WEBSITE_NAME']}",
4545
time: Time.now.to_i,
4646
value: number,
4747
} ].to_json

0 commit comments

Comments
 (0)