We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a56e8 commit 9a53038Copy full SHA for 9a53038
pkg/inserter/common_inserter.go
@@ -65,7 +65,6 @@ func (c *CommonInserter) tryParseDate(item map[string]interface{}) map[string]in
65
return item
66
}
67
68
-// nolint:dupl
69
func (c *CommonInserter) setRefs(item map[string]interface{}) map[string]interface{} {
70
for k, v := range item {
71
switch vt := v.(type) {
0 commit comments