fix: remove unnecessary UserError
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-10-25 09:22:44 +02:00
parent 9c689c194f
commit efa9f16452
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
const UserError = require('vn-loopback/util/user-error');
module.exports = Self => { module.exports = Self => {
Self.remoteMethodCtx('addSale', { Self.remoteMethodCtx('addSale', {
description: 'Inserts a new sale for the current ticket', description: 'Inserts a new sale for the current ticket',