Fix typing

This commit is contained in:
Thomas Sileo 2022-11-19 08:15:36 +01:00
parent b37b77ad34
commit 9d312bc229
1 changed files with 1 additions and 1 deletions

View File

@ -1443,7 +1443,7 @@ async def json_feed(
"items": data,
}
if LOCAL_ACTOR.icon_url:
result["author"]["avatar"] = LOCAL_ACTOR.icon_url
result["author"]["avatar"] = LOCAL_ACTOR.icon_url # type: ignore
return result