mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-24 06:58:45 +00:00
70ae8c16da
Since 5f83c9290b482dc90006c400dfc68e85a17af785/#1504 we've had duplication in construction of models::TenantConfig, where both constructs contained the same code. This PR removes one of the two locations to avoid the duplication.