Skip to content

Commit

Permalink
revert stf_router change
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-develope committed Oct 1, 2024
1 parent aa56d0c commit ef73f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/v2/stf/stf_router.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,6 @@ func (r coreRouterImpl) Invoke(ctx context.Context, req transaction.Msg) (res tr
if !exists {
return nil, fmt.Errorf("%w: %s", ErrNoHandler, typeName)
}

return handler(ctx, req)
}

0 comments on commit ef73f4f

Please sign in to comment.