feat(xo-server/backup): add proxyId to job log

This commit is contained in:
Julien Fontanet 2020-08-27 10:54:44 +02:00
parent b4e068f630
commit fc3bc8468f

View File

@ -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,