UNPKG

@xtcry/bull-arena

Version:

An interactive UI dashboard for Bee/Bull Queue

11 lines (10 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getKeyProperties = void 0; const getKeyProperties = (jobData) => { if (!jobData) return ''; const [, queueName, id] = jobData.split(':'); return { id, queueName }; }; exports.getKeyProperties = getKeyProperties;