Update module_config.proto

This commit is contained in:
Ben Meadors 2025-05-14 14:13:12 -05:00 committed by GitHub
parent a8da85a73f
commit 3a35144931
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ message ModuleConfig {
/*
* Whether we should report our location to the map
*/
optional bool should_report_location = 3;
bool should_report_location = 3;
}
/*