Fix automated bug report for biz info error
This commit is contained in:
@@ -723,11 +723,12 @@ function getBusinessInfoCommand(command, params, client) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case VRR_BIZOWNER_NONE:
|
case VRR_BIZOWNER_NONE:
|
||||||
submitBugReport(client, `[AUTOMATED REPORT] getBusinessInfoCommand() - Invalid ownerType for business ${businessId}/${getBusinessData(businessId).databaseId}`);
|
//submitBugReport(client, `[AUTOMATED REPORT] getBusinessInfoCommand() - Invalid ownerType for business ${businessId}/${getBusinessData(businessId).databaseId}`);
|
||||||
ownerName = "INVALID";
|
ownerName = "None";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
submitBugReport(client, `[AUTOMATED REPORT] getBusinessInfoCommand() - Invalid ownerType ${businessData.ownerType} for business ${businessId}/${getBusinessData(businessId).databaseId}`);
|
||||||
ownerName = "None";
|
ownerName = "None";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user