Formatting fix

This commit is contained in:
Alex 2022-10-01 16:20:40 -04:00
parent 621d59f55b
commit fd21304e88
Signed by: technically
GPG Key ID: 46E0A080F69E83F1
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ pub async fn main(req: Request, env: Env, _ctx: worker::Context) -> Result<Respo
return match kv.get("base_asterisk_extensions").cache_ttl(300).text().await? {
Some(base) => {
let mut conf = base + "";
let mut conf = base + "\n";
match kv.get("users").cache_ttl(300).text().await? {
Some(users) => {