Fixing linting discrepancy with IDE
This commit is contained in:
parent
c6429c6d3d
commit
0e0fc68d7d
1 changed files with 0 additions and 1 deletions
|
|
@ -660,7 +660,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 Can be null
|
||||
`${CourtSlotToNumber[rClass.replace(/r-/, '') as CourtSlot]}` ??
|
||||
'unknown court'
|
||||
const startTime = await court
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue