semantics
This commit is contained in:
@@ -22,7 +22,7 @@ from .preview_session_serializer import (
|
||||
|
||||
# #region accept_preview_session [C:2] [TYPE Function] [SEMANTICS preview, session, accept]
|
||||
# @BRIEF Mark a preview session as accepted, which gates full execution.
|
||||
# @SIDE_EFFECT: DB writes on session status.
|
||||
# @SIDE_EFFECT DB writes on session status.
|
||||
def accept_preview_session(db: Session, job_id: str, _current_user: str | None = None) -> dict[str, Any]:
|
||||
"""Mark a preview session as accepted and return the session data with records."""
|
||||
session = (
|
||||
|
||||
Reference in New Issue
Block a user