From fae1516b33304721939d0da749e98e47a6c818d2 Mon Sep 17 00:00:00 2001 From: vicent Date: Wed, 21 Sep 2022 14:55:43 +0200 Subject: [PATCH] refactor: correct bleeding --- modules/ticket/back/methods/ticket/componentUpdate.js | 2 +- modules/ticket/back/methods/ticket/priceDifference.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ticket/back/methods/ticket/componentUpdate.js b/modules/ticket/back/methods/ticket/componentUpdate.js index 2b2862d2a..147be06f9 100644 --- a/modules/ticket/back/methods/ticket/componentUpdate.js +++ b/modules/ticket/back/methods/ticket/componentUpdate.js @@ -127,7 +127,7 @@ module.exports = Self => { if (!zoneShipped || zoneShipped.zoneFk != args.zoneFk) { const error = `You don't have privileges to change the zone or ` + - `for these parameters there are more than one shipping options, talk to agencies`; + `for these parameters there are more than one shipping options, talk to agencies`; throw new UserError(error); } diff --git a/modules/ticket/back/methods/ticket/priceDifference.js b/modules/ticket/back/methods/ticket/priceDifference.js index 14d4c08e7..16197f21b 100644 --- a/modules/ticket/back/methods/ticket/priceDifference.js +++ b/modules/ticket/back/methods/ticket/priceDifference.js @@ -89,7 +89,7 @@ module.exports = Self => { if (!zoneShipped || zoneShipped.zoneFk != args.zoneId) { const error = `You don't have privileges to change the zone or ` + - `for these parameters there are more than one shipping options, talk to agencies`; + `for these parameters there are more than one shipping options, talk to agencies`; throw new UserError(error); }