Skip to content

Commit

Permalink
patched validation
Browse files Browse the repository at this point in the history
  • Loading branch information
awitas committed Feb 2, 2023
1 parent 6d52eca commit 0d410c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ func (r *Request) Validate() error {

//NKeys returns object keys
func (r *Request) NKeys() int {
return 2 + len(r.inputs)
return 0
}
4 changes: 3 additions & 1 deletion shared/transfer/input.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package transfer

import "github.com/viant/gtly"
import (
"github.com/viant/gtly"
)

type Input struct {
BatchSize int
Expand Down

0 comments on commit 0d410c9

Please sign in to comment.