Pass the new allocated field through search filtering. Fixes issue where 0 allocated was reported in search results.
This commit is contained in:
@@ -31,6 +31,7 @@ bp = Blueprint("preview", url_prefix="/preview")
|
||||
@dataclass(slots=True)
|
||||
class CachedPreview:
|
||||
"""Cached preview with headers and body."""
|
||||
|
||||
headers: dict[str, str]
|
||||
body: bytes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user