Skip to content
Snippets Groups Projects
Commit 83a92ac1 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Pass counter conversions through

parent 01d3ca1d
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,7 @@ sub graphdata_websocket_onrequest
);
}
# Add SID to SID list that we need to subscribe to
push(@sidList,{'sid' => $sid});
push(@sidList,{'sid' => $sid, 'conversions' => { 'name' => $rawCounter }});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment