From bdf5d4b238b5216c59c447fceba18e609e4aca8c Mon Sep 17 00:00:00 2001 From: Stephen Hand Date: Tue, 13 Aug 2024 09:48:33 +0100 Subject: [PATCH] Comment --- functions/adjustChatCapacity.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/adjustChatCapacity.ts b/functions/adjustChatCapacity.ts index 75056582..237f7757 100644 --- a/functions/adjustChatCapacity.ts +++ b/functions/adjustChatCapacity.ts @@ -32,6 +32,7 @@ type EnvVars = { export type Body = { workerSid?: string; + // 'increase' and 'decease' can be removed once backend manual pulling is enabled everywhere adjustment?: 'increase' | 'decrease' | 'increaseUntilCapacityAvailable' | 'setTo1'; request: { cookies: {}; headers: {} }; };