Skip to content
Snippets Groups Projects
Commit f6ddd6c3 authored by Robert Latta's avatar Robert Latta
Browse files

Removed redundant job reference

parent 21f2cb60
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,6 @@ def update_equipment_locations():
@routes.route("update-from-inventory-system", methods=['GET'])
def update_from_inventory_system():
app.send_task(
'inventory_provider.tasks.worker.update_service_to_monitor')
app.send_task(
'inventory_provider.tasks.worker.update_interfaces_to_services')
app.send_task('inventory_provider.tasks.worker.update_circuit_hierarchy')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment