···88 const localUser = job.data.petitionBy;
99 const objectToSend = job.data.objectToSend;
1010 //at some point we should remove the array thing but at the same time yeah
1111- logger.debug({ message: "sendpostToInbox", inbox, localUser: localUser.url });
1211 const tmp = await promiseRace(
1312 [postPetitionSigned(objectToSend, localUser, inbox)],
1413 5000