oops
Some checks failed
/ test-build (push) Has been cancelled

This commit is contained in:
nelle 2024-07-01 18:04:49 -06:00
parent 3d1816d8bd
commit 8aa97e21d2

View file

@ -183,6 +183,7 @@ obliterateQueue
)
.on("stalled", (job) =>
obliterateLogger.warn(`stalled ${getJobInfo(job)} to=${job.data.to}`),
);
export function deliver(user: ThinUser, content: unknown, to: string | null) {