fix: typo
This commit is contained in:
parent
2c415482ca
commit
87d211df0d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ message GetWorkResponse {
|
||||||
oneof work {
|
oneof work {
|
||||||
Test test = 1;
|
Test test = 1;
|
||||||
Build build = 2;
|
Build build = 2;
|
||||||
bool no work = 3;
|
bool no_work = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue