salix/back/models/machine-worker.js

4 lines
91 B
JavaScript

module.exports = Self => {
require('../methods/machine-worker/updateInTime')(Self);
};