Skip to content

Commit

Permalink
&
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Feb 20, 2024
1 parent f56df97 commit 51318ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/activities/flowable.go
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ func (a *FlowableActivity) RecordSlotSizes(ctx context.Context) error {
configs, err := pgx.CollectRows(rows, func(row pgx.CollectableRow) (*protos.FlowConnectionConfigs, error) {
var flowName string
var configProto []byte
err := rows.Scan(&flowName, configProto)
err := rows.Scan(&flowName, &configProto)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 51318ba

Please sign in to comment.