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 eb98ad9 commit 67ba63eCopy full SHA for 67ba63e
pkg/inserter/common_inserter.go
@@ -65,6 +65,7 @@ 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