Removing ts-error comment for the millionth time
This commit is contained in:
parent
0e4c7ca0f1
commit
0bbf814a16
1 changed files with 0 additions and 1 deletions
|
|
@ -721,7 +721,6 @@ export class BaanReserverenService {
|
|||
const classList = Object.values(classListObj)
|
||||
const rClass = classList.filter((cl) => /r-\d{2}/.test(cl))[0]
|
||||
const courtNumber =
|
||||
// @ts-expect-error just in case
|
||||
`${CourtSlotToNumber[rClass.replace(/r-/, '') as CourtSlot]}` ??
|
||||
'unknown court'
|
||||
const startTime = await court
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue