Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Aug 13, 2024
1 parent 7636dca commit bdf5d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/adjustChatCapacity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {} };
};
Expand Down

0 comments on commit bdf5d4b

Please sign in to comment.