fix: typo

This commit is contained in:
dragonmuffin 2024-08-19 17:10:43 +05:00
parent 2c415482ca
commit 87d211df0d

View file

@ -27,7 +27,7 @@ message GetWorkResponse {
oneof work {
Test test = 1;
Build build = 2;
bool no work = 3;
bool no_work = 3;
}
}