chore: remove MVP positioning and align plan defaults
This commit is contained in:
@@ -153,7 +153,7 @@ function readTelegramMode(env: NodeJS.ProcessEnv, key: string): "polling" {
|
||||
const value = readString(env, key);
|
||||
|
||||
if (value !== "polling") {
|
||||
throw new Error(`Environment variable ${key} must be "polling" for MVP`);
|
||||
throw new Error(`Environment variable ${key} must be "polling"`);
|
||||
}
|
||||
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user