UNPKG

ghost

Version:

The professional publishing platform

12 lines (10 loc) 295 B
const {parentPort} = require('worker_threads'); const StartMentionEmailReportJob = require('./StartMentionEmailReportJob'); if (parentPort) { parentPort.postMessage({ event: { type: StartMentionEmailReportJob.name } }); parentPort.postMessage('done'); }