Added abbreviations for "In Progress"
This commit is contained in:
@@ -9,6 +9,9 @@ const convert_time = (req, res, next) => {
|
|||||||
if (match.minute === "FINISHED") {
|
if (match.minute === "FINISHED") {
|
||||||
match.minute = "FT";
|
match.minute = "FT";
|
||||||
}
|
}
|
||||||
|
else if (match.minute === "IN_PLAY") {
|
||||||
|
match.minute = "IP"
|
||||||
|
}
|
||||||
else if (match.minute === "TIMED") {
|
else if (match.minute === "TIMED") {
|
||||||
match.minute = "TM";
|
match.minute = "TM";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user