diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-31 09:17:49 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-31 09:17:49 +0000 |
| commit | 3d6901831904141166d9ed8f47813c45cba109b6 (patch) | |
| tree | 44d0a431b148ad301971fadb7017dfbf937e45ff /src/git/authorization.rs | |
| parent | 08ab20509b9c730d3db98dd6e9deb5e2b548979e (diff) | |
purgatory: fix state event receive code
Diffstat (limited to 'src/git/authorization.rs')
| -rw-r--r-- | src/git/authorization.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/git/authorization.rs b/src/git/authorization.rs index 9bcbdf8..6b997d8 100644 --- a/src/git/authorization.rs +++ b/src/git/authorization.rs | |||
| @@ -149,7 +149,6 @@ pub async fn authorize_push( | |||
| 149 | "Found {} non-refs/nostr/ refs - checking state authorization", | 149 | "Found {} non-refs/nostr/ refs - checking state authorization", |
| 150 | state_refs.len() | 150 | state_refs.len() |
| 151 | ); | 151 | ); |
| 152 | |||
| 153 | let auth_result = get_state_authorization_for_specific_owner_repo( | 152 | let auth_result = get_state_authorization_for_specific_owner_repo( |
| 154 | database, | 153 | database, |
| 155 | identifier, | 154 | identifier, |