fix: API request model fix
This commit is contained in:
parent
e9e240406f
commit
2bd00c6c0b
1 changed files with 3 additions and 2 deletions
|
|
@ -4,10 +4,11 @@ from typing import List
|
|||
|
||||
@dataclass
|
||||
class Request:
|
||||
_id: str
|
||||
_id: int
|
||||
commit: str
|
||||
ref: str
|
||||
message: str
|
||||
started: str
|
||||
started: int
|
||||
files: List[str]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue