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 7a62ef2 commit f6daf4cCopy full SHA for f6daf4c
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