mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-01 04:34:31 +01:00
Updates responder to use new Cleaner functions
This commit is contained in:
@@ -215,9 +215,8 @@ class Responder:
|
||||
)
|
||||
|
||||
# FIXME: This is only necessary because of the triggered appointment approach. Remove if it changes.
|
||||
self.db_manager.delete_watcher_appointment(uuid)
|
||||
self.db_manager.delete_triggered_appointment_flag(uuid)
|
||||
Cleaner.update_delete_locator_map(locator, uuid, self.db_manager)
|
||||
Cleaner.delete_appointment_from_db(uuid, self.db_manager)
|
||||
Cleaner.update_delete_db_locator_map(uuid, locator, self.db_manager)
|
||||
|
||||
return receipt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user