Skip to content

Commit d4e65bf

Browse files
committed
one more bug
1 parent 9313d13 commit d4e65bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/conductor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ func (c *Conductor) handleListQueuedWorkflowsRequest(data []byte, requestID stri
762762
response := listWorkflowsConductorResponse{
763763
baseResponse: baseResponse{
764764
baseMessage: baseMessage{
765-
Type: listWorkflowsMessage,
765+
Type: listQueuedWorkflowsMessage,
766766
RequestID: requestID,
767767
},
768768
},

0 commit comments

Comments
 (0)