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,
|
userId: job.userId,
|
||||||
jobId: id,
|
jobId: id,
|
||||||
jobName: job.name,
|
jobName: job.name,
|
||||||
|
proxyId: job.proxy,
|
||||||
scheduleId: schedule?.id,
|
scheduleId: schedule?.id,
|
||||||
// $FlowFixMe only defined for CallJob
|
// $FlowFixMe only defined for CallJob
|
||||||
key: job.key,
|
key: job.key,
|
||||||
|
Loading…
Reference in New Issue
Block a user