Remove field

This commit is contained in:
rxdn 2024-12-01 12:42:58 +00:00
parent 62a3b34fb0
commit 7135dbca61

View File

@ -9,7 +9,6 @@ import (
type ApiError struct { type ApiError struct {
InternalError error InternalError error
ExternalMessage string ExternalMessage string
stacktrace error
} }
var _ error = (*ApiError)(nil) var _ error = (*ApiError)(nil)