refactor: drop getItemPackingType refs #6276
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
3ebf0a30a9
commit
2eca02d74f
|
@ -2,7 +2,6 @@ module.exports = Self => {
|
|||
require('../methods/operator/add')(Self);
|
||||
require('../methods/operator/getPrinter')(Self);
|
||||
require('../methods/operator/getAvailablePrinters')(Self);
|
||||
require('../methods/operator/getItemPackingType')(Self);
|
||||
|
||||
Self.observe('after save', async function(ctx) {
|
||||
const instance = ctx.data || ctx.instance;
|
||||
|
|
Loading…
Reference in New Issue