Skip to content

Commit 1e4b7f1

Browse files
committed
Rename faviconUrl to favIconUrl to match crawler
1 parent 794e12f commit 1e4b7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2495,7 +2495,7 @@ class Page(BaseMongoModel):
24952495
mime: Optional[str] = None
24962496
filename: Optional[str] = None
24972497
depth: Optional[int] = None
2498-
faviconUrl: Optional[AnyHttpUrl] = None
2498+
favIconUrl: Optional[AnyHttpUrl] = None
24992499
seed: Optional[bool] = None
25002500

25012501
# manual review

0 commit comments

Comments
 (0)