Merge pull request 'fix: API request model fix' (#20) from bugfix/webhook into master

Reviewed-on: https://hattori.ztsh.eu/iac/karl/pulls/20
This commit is contained in:
Piotr Dec 2025-12-16 22:42:37 +01:00
commit f33dd59103

View file

@ -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]