VRFS-2337 fix bug
This commit is contained in:
parent
a8987efaa1
commit
d6c269fec1
|
|
@ -89,7 +89,7 @@
|
|||
var fullScore = null;
|
||||
|
||||
if (response.last_jam_audio_latency && response.my_audio_latency && response.internet_score) {
|
||||
response.last_jam_audio_latency + response.my_audio_latency + response.internet_score;
|
||||
fullScore = response.last_jam_audio_latency + response.my_audio_latency + response.internet_score;
|
||||
}
|
||||
|
||||
// latency badge template needs these 2 properties
|
||||
|
|
|
|||
Loading…
Reference in New Issue