finally works

This commit is contained in:
2024-02-12 19:02:10 +01:00
parent 5079db901c
commit 82cae6dc58
13 changed files with 121 additions and 27 deletions
-3
View File
@@ -7,9 +7,6 @@ function parseVal(input: string){
return "you need to add a value"
}
//order the string so it is in the correct order it must go d,h,m,s,ms so ms, s, m, d, h will return d,h,m,s,ms
if(!input.includes("d")){
input = "0d" + input;
}