Skip to content

Commit 30482e6

Browse files
committed
Alias name fixed
1 parent ce7731f commit 30482e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whatsapp_api_webhook_server_python_v2/webhook_dto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class MessageData(BaseModel):
277277

278278
class DeviceData(BaseModel):
279279

280-
platform: Optional[str] = Field(None, alias="")
280+
platform: Optional[str] = Field(None, alias="platform")
281281
device_manufacturer: Optional[str] = Field(None, alias="deviceManufacturer")
282282
device_model: Optional[str] = Field(None, alias="deviceModel")
283283
os_version: Optional[str] = Field(None, alias="osVersion")

0 commit comments

Comments
 (0)