API clients: Remove duplicate config entries (#114569)

This commit is contained in:
Alex Khomenko
2025-11-28 15:41:19 +02:00
committed by GitHub
parent 930f7ce489
commit ce72dc6224
@@ -108,8 +108,6 @@ const config: ConfigFile = {
...createAPIConfig('preferences', 'v1alpha1'),
...createAPIConfig('provisioning', 'v0alpha1'),
...createAPIConfig('shorturl', 'v1beta1'),
...createAPIConfig('shorturl', 'v1beta1'),
...createAPIConfig('shorturl', 'v1beta1'),
// PLOP_INJECT_API_CLIENT - Used by the API client generator
},
};