partner.js 85 Bytes
const hit = require('./hit');

exports.buy = (task, xid) => {
    hit(xid, task);
};