Fix project visibility in hash routes (#792)

* Fix project visibility in hash routes

* improve

* clippy

* CLIPPYYYYYYYYYYYYYY

* clippy, I hope you know that I hate you

---------

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
Emma Alexia
2023-12-12 22:45:32 -05:00
committed by GitHub
parent f5b8c15388
commit abbeed394e
4 changed files with 26 additions and 48 deletions

View File

@@ -75,6 +75,7 @@ pub async fn forge_updates(
.collect(),
&user_option,
&pool,
redis,
)
.await?;