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