mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-26 04:29:41 +00:00
Clean up booking system code: remove commented-out code and unnecessary variables for improved readability
This commit is contained in:
@ -9,7 +9,6 @@ class DebouncedBookingSystemService implements BookingSystemService {
|
||||
Timer? _debounceTimer;
|
||||
Completer<PaginatedBookableSpaces>? _lastCompleter;
|
||||
|
||||
// Store last parameters
|
||||
int? _lastPage;
|
||||
int? _lastSize;
|
||||
bool? _lastIncludeSpaces;
|
||||
|
Reference in New Issue
Block a user