-
Notifications
You must be signed in to change notification settings - Fork 126
Labels
good first issueGood for newcomersGood for newcomershacktoberfestIssues open for Hacktoberfest contributorsIssues open for Hacktoberfest contributorsimprovementimprovements in existing flowsimprovements in existing flowstodo 🗒️
Description
Basically, val which is currently of string type has to be passed as any type. (any by default is interface type).
olake/drivers/mongodb/internal/backfill.go
Lines 406 to 409 in 2efc949
//TODO: take val as any type | |
value := func(field, val string) interface{} { | |
// Handle unquoted null | |
if val == "null" { |
This issue was generated by todo-issue based on a TODO
comment in 2efc949. It's been assigned to @tanishaAtDatazip because they committed the code.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestIssues open for Hacktoberfest contributorsIssues open for Hacktoberfest contributorsimprovementimprovements in existing flowsimprovements in existing flowstodo 🗒️