Skip to content

Commit e1716f5

Browse files
committed
fix no-dupl
1 parent 0c28c66 commit e1716f5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/inserter/js_inserter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ func (j *JSInserter) Execute(ctx context.Context, cn, path string) error {
6969
return nil
7070
}
7171

72-
// nolint: dupl
7372
// CreateItem - ItemのCreate
7473
func (j *JSInserter) CreateItem(ctx context.Context, path []string, items []JSONModelItem, collectionIndexes []int) error {
7574
for idx, parentItem := range items {

pkg/inserter/json_inserter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func (j *JSONInserter) Execute(ctx context.Context, cn, path string) error {
4545
return nil
4646
}
4747

48-
// nolint: dupl
4948
// CreateItem - ItemのCreate
5049
func (j *JSONInserter) CreateItem(ctx context.Context, path []string, items []JSONModelItem, collectionIndexes []int) error {
5150
for idx, parentItem := range items {

0 commit comments

Comments
 (0)