mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 18:35:14 +00:00
hardcode maintainer id in stale function for testing
This commit is contained in:
parent
821eda3a23
commit
12d883e338
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ async def get_is_stale(ts: str, max_retries: int = 3) -> bool:
|
|||
)
|
||||
await send_heartbeat(f"Thread not found for ticket {ts}.")
|
||||
maintainer_user = await env.db.user.find_unique(
|
||||
where={"slackId": env.slack_maintainer_id}
|
||||
# where={"slackId": env.slack_maintainer_id}
|
||||
where={"slackId": "U054VC2KM9P"}
|
||||
)
|
||||
if maintainer_user:
|
||||
await env.db.ticket.update(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue