feat: always with lowercase in protobuf

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-09-25 22:18:50 +02:00
parent 41780fbaf5
commit 69fb785b1f
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -144,7 +144,8 @@ message MyEvent {{
string my_field = 1;
}}
"#,
config.service.domain, entity
config.service.domain.replace("-", "_"),
entity.replace("-", "_")
)
.as_bytes(),
)