Fix caching bug, and moderation webhook being sent at the wrong time (#215)

This commit is contained in:
Geometrically
2021-06-19 22:01:11 -07:00
committed by GitHub
parent d2c2503cfa
commit 981bf1d56f
7 changed files with 132 additions and 64 deletions

View File

@@ -19,8 +19,8 @@ impl BackblazeHost {
.unwrap();
BackblazeHost {
authorization_data,
upload_url_data,
authorization_data,
}
}
}