Clean up codebase, use patch in hddtemp Nix store path #1

Merged
Nickiel merged 9 commits from ElnuDev/nicks_nextcloud_integrations:main into main 2023-08-26 12:46:03 -07:00
Showing only changes of commit 185c97e30e - Show all commits

View file

@ -98,8 +98,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.body(
serde_json::to_string(&NoteUpdate {
content: body_content,
})
.unwrap(),
})?,
)
.send()?;