mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-26 04:29:41 +00:00
Refactor memory service implementation: rename MemoryBookableSpaceService to MemoryCalendarService for clarity and consistency
This commit is contained in:
@ -70,7 +70,7 @@ class _BookingPageState extends State<BookingPage> {
|
||||
remoteService: RemoteCalendarService(
|
||||
HTTPService(),
|
||||
),
|
||||
memoryService: MemoryBookableSpaceService(),
|
||||
memoryService: MemoryCalendarService(),
|
||||
),
|
||||
)),
|
||||
],
|
||||
|
Reference in New Issue
Block a user