@@ -7,7 +7,7 @@ function convertToYandexValue(val, actType) {
try{
constvalue=parseFloat(val);
returnisNaN(value)?0.0:value;
}catch{
}catch(e){
console.error(`Can't parse to float: ${val}`);
return0.0;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.