Adding important comment

This commit is contained in:
Collin Duncan 2023-10-06 12:02:05 +02:00
parent a7c955a18d
commit 9652d7ab5f
No known key found for this signature in database

View file

@ -308,6 +308,7 @@ export class BaanReserverenService {
await this.page.waitForNetworkIdle() await this.page.waitForNetworkIdle()
} }
// As a wise man once said, «Из говна и палок»
private async filterShittyCourts( private async filterShittyCourts(
freeCourts: ElementHandle<Element>[], freeCourts: ElementHandle<Element>[],
): Promise<ElementHandle | null> { ): Promise<ElementHandle | null> {