Validation error
This commit is contained in:
@@ -190,6 +190,9 @@ END:VCARD`;
|
||||
case 'FEEDBACK':
|
||||
qrContent = body.content.feedbackUrl || 'https://example.com/feedback';
|
||||
break;
|
||||
case 'BARCODE':
|
||||
qrContent = body.content.value || '123456789';
|
||||
break;
|
||||
default:
|
||||
qrContent = body.content.url || 'https://example.com';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user