Skip to content

fix: take val as any type in mongodb #434

@github-actions

Description

@github-actions

Basically, val which is currently of string type has to be passed as any type. (any by default is interface type).

//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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions