fixed fire button

pull/231/head
Yariv Menachem 2025-01-01 11:06:43 +02:00
parent 766334e78e
commit f726f2e275
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ class FireStrategy(ButtonStrategy):
if not job:
self._logger.error(f"Job with ID {self._job_id} not found.")
return
job["applied"] = True
job.applied = True
self._job_repository.update(job)
await self._telegram_bot.set_message_reaction(self._message.message_id, self._emoji)