mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
parent
3d1816d8bd
commit
8aa97e21d2
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ obliterateQueue
|
||||||
)
|
)
|
||||||
.on("stalled", (job) =>
|
.on("stalled", (job) =>
|
||||||
obliterateLogger.warn(`stalled ${getJobInfo(job)} to=${job.data.to}`),
|
obliterateLogger.warn(`stalled ${getJobInfo(job)} to=${job.data.to}`),
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
export function deliver(user: ThinUser, content: unknown, to: string | null) {
|
export function deliver(user: ThinUser, content: unknown, to: string | null) {
|
||||||
|
|
Loading…
Reference in a new issue