mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
febdbc0468
* Drop the `transact` call in Id services All usages already routed through `tm().allocateId()`, which is guaranteed to be in a transaction. * Addressing reviews