refactor: correct bleeding
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-09-21 14:55:43 +02:00
parent 65e15ada69
commit fae1516b33
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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);
}