You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Media type is an optional field and can be an empty string after looading.
This change avoids unmarshalling every time we call MediaType() method
by comparing to `nil`.
If value is `nil` - we need to load. If anything else (even an empty string)
we already lazy-loaded the value.
Signed-off-by: Mikalai Radchuk <[email protected]>
0 commit comments