Skip to content

Commit e87d0e6

Browse files
committed
nit
1 parent 7c8211a commit e87d0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func (qr *queueRunner) run(ctx *dbosContext) {
224224
continue
225225
}
226226

227-
// Deserialize input using the centralized deserialize function
227+
// Deserialize input
228228
var input any
229229
input, err = deserialize(workflow.input)
230230
if err != nil {

0 commit comments

Comments
 (0)