TP-5555 | fix account

This commit is contained in:
varnit goyal
2024-12-03 13:29:35 +05:30
parent a76be7dd13
commit 96ac04e61e

View File

@@ -119,7 +119,7 @@ func (ep *ErrorProcessor) ProcessError(error []byte) {
var appendedAccount = "-" + awsAccount
//for PPL to maintain backward compatability we will leave the account name as blank which
//is hacky but could not find better workaround for now
if awsAccount == "ppl" {
if awsAccount == "ppl" || awsAccount == "" {
appendedAccount = ""
}