We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31da1d4 commit f45bbf0Copy full SHA for f45bbf0
bcda/bcdacli/cli.go
@@ -389,8 +389,7 @@ func setUpApp() *cli.App {
389
ignoreSignals()
390
r := postgres.NewRepository(db)
391
392
- var file_handler optout.OptOutFileHandler
393
- file_handler = &optout.LocalFileHandler{
+ var file_handler optout.OptOutFileHandler = &optout.LocalFileHandler{
394
Logger: log.API,
395
PendingDeletionDir: conf.GetEnv("PENDING_DELETION_DIR"),
396
FileArchiveThresholdHr: hours,
0 commit comments