removed unused code.
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
69cc18be12
commit
0e4fc7e2bd
|
@ -54,7 +54,6 @@ module.exports = Self => {
|
|||
|
||||
// Get sales person from claim client
|
||||
const salesPerson = claim.client().salesPersonUser();
|
||||
console.log('claim.client()', claim.client());
|
||||
if (salesPerson && changedHasToPickUp && updatedClaim.hasToPickUp) {
|
||||
const origin = ctx.req.headers.origin;
|
||||
const message = $t('Claim will be picked', {
|
||||
|
|
Loading…
Reference in New Issue