This commit is contained in:
Piotr Siuszko 2025-01-09 18:14:09 +01:00
parent e697573f0c
commit 6a8777453f
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ impl Application {
else {
return;
};
file.write(&data).await.unwrap();
file.write(data.as_bytes()).await.unwrap();
});
}
Ok(())