Convert: Add inches to switch case
Some checks failed
njsscan sarif / njsscan code scanning (push) Failing after 1s
Some checks failed
njsscan sarif / njsscan code scanning (push) Failing after 1s
This commit is contained in:
parent
d6fd115646
commit
0e0cad6734
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ module.exports = {
|
||||||
sendText = "Can only convert to kg from lb.";
|
sendText = "Can only convert to kg from lb.";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case "INCHES":
|
||||||
case "INCH":
|
case "INCH":
|
||||||
case "IN":
|
case "IN":
|
||||||
case "\"":
|
case "\"":
|
||||||
|
|
Loading…
Add table
Reference in a new issue