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 a82d1da commit 18a6882Copy full SHA for 18a6882
transfers/transfers.go
@@ -233,7 +233,7 @@ func registerDatabases(conf config.Config) error {
233
}
234
235
if _, found := conf.Databases["nmdc"]; found {
236
- if err := databases.RegisterDatabase("nmdc", nmdc.NewDatabase); err != nil {
+ if err := databases.RegisterDatabase("nmdc", nmdc.DatabaseConstructor(conf)); err != nil {
237
slog.Error(err.Error())
238
239
0 commit comments