Merge c4e226795479508825a3b97ba006336e09c47d1a into 5260de6a83283abb87e827130accd495ad543cf3

This commit is contained in:
ali 2026-02-18 18:13:34 -08:00 committed by GitHub
commit 285ddee6fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ func (msg *Error) MarshalJSON() ([]byte, error) {
}
// Error implements the error interface.
func (msg Error) Error() string {
func (msg *Error) Error() string {
return msg.Err.Error()
}