@a11ywatch/core
Version:
a11ywatch central API
7 lines • 340 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getActiveCrawlKey = void 0;
const utils_1 = require("../core/utils");
const getActiveCrawlKey = (domain, userId) => `crawl-${(0, utils_1.domainName)(domain)}-${userId || 0}`;
exports.getActiveCrawlKey = getActiveCrawlKey;
//# sourceMappingURL=names.js.map
;