Merge c4e226795479508825a3b97ba006336e09c47d1a into e88fc8927a52b74f55bec0351604a56ac0aa1c51

This commit is contained in:
ali 2025-11-21 10:26:02 +01:00 committed by GitHub
commit d3af8d8d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,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()
}