mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
Fix routine run assignment wakeups
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
2d8c8abbfb
commit
5b1e1239fd
4 changed files with 37 additions and 7 deletions
|
|
@ -782,7 +782,7 @@ export function issueRoutes(db: Db, storage: StorageService) {
|
|||
details: { title: issue.title, identifier: issue.identifier },
|
||||
});
|
||||
|
||||
queueIssueAssignmentWakeup({
|
||||
void queueIssueAssignmentWakeup({
|
||||
heartbeat,
|
||||
issue,
|
||||
reason: "issue_assigned",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue