feat(xo-server/backup): add proxyId to job log
This commit is contained in:
parent
b4e068f630
commit
fc3bc8468f
@ -258,6 +258,7 @@ export default class Jobs {
|
||||
userId: job.userId,
|
||||
jobId: id,
|
||||
jobName: job.name,
|
||||
proxyId: job.proxy,
|
||||
scheduleId: schedule?.id,
|
||||
// $FlowFixMe only defined for CallJob
|
||||
key: job.key,
|
||||
|
Loading…
Reference in New Issue
Block a user