We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c43ca commit d1f9809Copy full SHA for d1f9809
functions/generated/pyfirebase/pyfirebase_mapswipe/extended_models.py
@@ -14,9 +14,7 @@ class FbProject(
14
class Config: # type: ignore[reportIncompatibleVariableOverride]
15
use_enum_values = True
16
frozen = True
17
- # NOTE: We need to allow extra fields as FbProject
18
- # is not a complete project representation
19
- extra = "allow"
+ extra = "forbid"
20
21
22
class FbMappingGroup(
0 commit comments