Skip to content

Commit b432a67

Browse files
committed
work in progress
1 parent 5591954 commit b432a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query_farm_server_base/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class AirportSerializedContentsWithSHA256Hash(BaseModel):
5151
# This is the url to the serialized data
5252
url: str | None
5353
# This is the serialized data, if we are doing inline serialization
54-
serialized: str | None
54+
serialized: bytes | None
5555

5656

5757
class AirportSerializedSchema(BaseModel):

0 commit comments

Comments
 (0)