This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
qmi-cloud/server/workers/processor-apply.js
Manuel Romero ad9436f630 refactor
2019-12-12 18:15:24 +01:00

8 lines
113 B
JavaScript

const commonApply = require("./common-apply");
module.exports = function(job){
return commonApply(job);
}