finally works
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user