Reintroduce clients conditionally

This commit is contained in:
Owen
2025-07-14 11:43:13 -07:00
parent a35add3fc6
commit b75800c583
9 changed files with 331 additions and 270 deletions

View File

@@ -9,7 +9,7 @@ export async function verifyClientsEnabled(
next: NextFunction
) {
try {
if (!config.getRawConfig().flags?.enable_redis) {
if (!config.getRawConfig().flags?.enable_clients) {
return next(
createHttpError(
HttpCode.NOT_IMPLEMENTED,