Skip to content

Commit

Permalink
setting active to it's original value for existing extractor (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddey2 authored Jul 24, 2024
1 parent 82f7be6 commit 5ea5e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/heartbeat_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async def callback(message: AbstractIncomingMessage):
if existing_extractor is not None:
extractor_db.id = existing_extractor.id
extractor_db.created = existing_extractor.created
extractor_db.active = existing_extractor.active

# Update existing listener version
existing_version = existing_extractor.version
Expand Down

0 comments on commit 5ea5e46

Please sign in to comment.