Fix type, hook up proper service

This commit is contained in:
André Duffeck
2022-04-13 15:17:08 +02:00
parent 4c23ced637
commit a737f4e0a7
4 changed files with 7 additions and 6 deletions
@@ -18,7 +18,7 @@ message Entity {
Reference ref = 1;
ResourceID id = 2;
string name = 3;
int64 size = 4;
uint64 size = 4;
}
message Match {