fix steaming, stale data, proxy bugs and more

This commit is contained in:
Zoe
2024-12-13 03:33:04 -06:00
parent e46bb05b39
commit 7689999413
13 changed files with 798 additions and 658 deletions

View File

@@ -17,7 +17,5 @@ type Info struct {
}
type DeploymentEvent struct {
Stage string `json:"stage"`
Message string `json:"message"`
Error string `json:"error,omitempty"`
}