mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds an admin verb to toggle it easier
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
continue
|
||||
|
||||
switch (name)
|
||||
if ("assistants_ratio")
|
||||
config.assistants_ratio = value
|
||||
if ("assistants_assured")
|
||||
config.assistants_assured = value
|
||||
if ("chat_webhook_url")
|
||||
config.chat_webhook_url = value
|
||||
if ("chat_webhook_key")
|
||||
@@ -42,8 +46,5 @@
|
||||
config.fax_export_dir = value
|
||||
if ("items_survive_digestion")
|
||||
config.items_survive_digestion = 1
|
||||
if ("assistants_ratio")
|
||||
config.assistants_ratio = value
|
||||
if ("assistants_assured")
|
||||
config.assistants_assured = value
|
||||
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user