Merge pull request #745 from tmechen/master

fix protobuf message
This commit is contained in:
Maximilian Lenkeit 2021-11-20 16:57:14 +01:00 committed by GitHub
commit e9a1e46e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ message QRCodePayload {
TraceLocation locationData = 2;
CrowdNotifierData crowdNotifierData = 3;
// byte sequence of CWALocationData
bytes countryData = 4;
bytes vendorData = 4;
}
message TraceLocation {