mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-23 13:45:18 +00:00
pipeline type fixes (#812)
Co-authored-by: Igor Loskutov <igor.loskutoff@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ class RecordingResult(BaseModel):
|
||||
|
||||
id: NonEmptyString | None
|
||||
mtg_session_id: NonEmptyString | None
|
||||
duration: float
|
||||
duration: int | None
|
||||
|
||||
|
||||
class ParticipantsResult(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user