dumbass kim. returning err instead of errWithCode...

This commit is contained in:
kim 2024-04-03 12:16:37 +01:00
parent b55e4fd4bc
commit 7cd2434481

View file

@ -228,7 +228,7 @@ func (f *Federator) AuthenticatePostInbox(ctx context.Context, w http.ResponseWr
// We still return the error
// for later request logging.
return ctx, false, err
return ctx, false, errWithCode
}
if pubKeyAuth.Handshaking {