Skip to content

Commit

Permalink
fix: Fix knowledge api report error when call create space api (#1784)
Browse files Browse the repository at this point in the history
Co-authored-by: 张伟 <[email protected]>
  • Loading branch information
chaplinthink and 张伟 authored Aug 7, 2024
1 parent 9fe060a commit 5e85fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbgpt/client/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class AppModel(BaseModel):
class SpaceModel(BaseModel):
"""Space model."""

id: str = Field(
id: int = Field(
default=None,
description="space id",
)
Expand Down

0 comments on commit 5e85fd9

Please sign in to comment.