mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-01-27 14:49:08 +01:00
don't log job name unless it has one
This commit is contained in:
parent
5171ba7113
commit
a5316c06ed
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export class QueueProcessorService implements OnApplicationShutdown {
|
|||
if (!job) return '?';
|
||||
|
||||
return {
|
||||
name: job.name,
|
||||
name: job.name || undefined,
|
||||
info: getJobInfo(job),
|
||||
failedReason: job.failedReason || undefined,
|
||||
data: job.data,
|
||||
|
|
Loading…
Add table
Reference in a new issue