We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c158c43 commit 6f05959Copy full SHA for 6f05959
dbos/admin_server.go
@@ -107,7 +107,7 @@ type adminServer struct {
107
108
// toListWorkflowResponse converts a WorkflowStatus to a map with all time fields in UTC
109
// not super ergonomic but the DBOS console excepts unix timestamps
110
-func toListWorkflowResponse(ws WorkflowStatus) (map[string]any, err) {
+func toListWorkflowResponse(ws WorkflowStatus) (map[string]any, error) {
111
result := map[string]any{
112
"WorkflowUUID": ws.ID,
113
"Status": ws.Status,
0 commit comments