Skip to content

Commit

Permalink
sorry i am a fucking idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
0x24a committed Sep 15, 2024
1 parent 55ee24d commit 0b017fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hvicorn/models/server/online_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class OnlineAddPackage(BaseModel):
channel: Optional[str]
channel: Optional[str] = None
cmd: str
color: Union[bool, str]
hash: str
Expand Down
2 changes: 1 addition & 1 deletion hvicorn/models/server/online_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class User(BaseModel):
channel: Optional[str]
channel: Optional[str] = None
color: Union[str, bool]
hash: str
isBot: bool
Expand Down

0 comments on commit 0b017fc

Please sign in to comment.