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
html.go computes DataJSON via json.Marshal but it's never referenced in the HTML template. Either use it for JavaScript-driven features or remove the computation.
Description
html.gocomputesDataJSONvia json.Marshal but it's never referenced in the HTML template. Either use it for JavaScript-driven features or remove the computation.Location
internal/exporter/html.go:119