4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
|
module.exports = Self => {
|
||
|
require('../methods/roadmapStop/getPalletMatchState')(Self);
|
||
|
};
|