Skip to content

Commit

Permalink
interface fix
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Singariya <[email protected]>
  • Loading branch information
piyushdatazip committed Dec 8, 2024
1 parent 93703dc commit b9af6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mongodb/internal/mon.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Mongo struct {
}

// config reference; must be pointer
func (m *Mongo) GetConfigRef() any {
func (m *Mongo) GetConfigRef() protocol.Config {
m.config = &Config{}
return m.config
}
Expand Down

0 comments on commit b9af6a4

Please sign in to comment.