diff --git a/pkg/proto/v0/accounts.proto b/pkg/proto/v0/accounts.proto index 68c93a5f74..19acc124d0 100644 --- a/pkg/proto/v0/accounts.proto +++ b/pkg/proto/v0/accounts.proto @@ -13,10 +13,10 @@ message Record { Settings payload = 2; } +message Settings { + string theme = 2; +} + message Query { string id = 1; } - -message Settings { - string theme = 2; -} \ No newline at end of file