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