Remove map media post ID
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline was successful
ci/woodpecker/push/docker-buildx Pipeline was successful

This commit is contained in:
Liam Steckler 2025-07-10 15:44:21 -07:00
parent 940c626bbe
commit ee17ec7a55

2
scl.py
View file

@ -311,7 +311,7 @@ Cause: {}
)
post_id = post_result["id"]
return {"post_id": post_id, "map_media_post_id": map_media_post_id}
return {"post_id": post_id, "map_media_post_id": None}
class Base(DeclarativeBase):