Refactor scope validation

This commit is contained in:
NipuniBhagya 2025-05-15 01:20:29 +05:30 committed by Pavindu Lakshan
parent 5601c7836c
commit 21805b4f0b
7 changed files with 120 additions and 107 deletions

View file

@ -34,6 +34,5 @@ func ParseRPCRequest(r *http.Request) (*RPCEnvelope, error) {
return nil, err
}
logger.Info("JSON-RPC method = %q", env.Method)
return &env, nil
}