Skip to content

Commit f6daf4c

Browse files
committed
typo
1 parent 7a62ef2 commit f6daf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/admin_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ type adminServer struct {
107107

108108
// toListWorkflowResponse converts a WorkflowStatus to a map with all time fields in UTC
109109
// not super ergonomic but the DBOS console excepts unix timestamps
110-
func toListWorkflowResponse(ws WorkflowStatus) (map[string]any, err) {
110+
func toListWorkflowResponse(ws WorkflowStatus) (map[string]any, error) {
111111
result := map[string]any{
112112
"WorkflowUUID": ws.ID,
113113
"Status": ws.Status,

0 commit comments

Comments
 (0)