From 3d6901831904141166d9ed8f47813c45cba109b6 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 31 Dec 2025 09:17:49 +0000 Subject: purgatory: fix state event receive code --- src/git/authorization.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/git/authorization.rs') 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( "Found {} non-refs/nostr/ refs - checking state authorization", state_refs.len() ); - let auth_result = get_state_authorization_for_specific_owner_repo( database, identifier, -- cgit v1.2.3