This commit is contained in:
Ben Langfeld 2026-09-19 12:05:30 -04:00 • committed by GitHub
commit 6829139fab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -661,7 +661,7 @@ def _update_metadata_field(updated_kv: dict, field_name: str) -> None:
# only for a truthy value. The falsy value is still persisted below so a
# previously-set field can be cleared.
if updated_kv.get(field_name):
_premium_user_check()
_premium_user_check(feature: f"update {field_name}")
if field_name in updated_kv and updated_kv[field_name] is not None:
# remove field from updated_kv