Skip to content

Commit f45bbf0

Browse files
committed
Add back in still used cli script
1 parent 31da1d4 commit f45bbf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bcda/bcdacli/cli.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,7 @@ func setUpApp() *cli.App {
389389
ignoreSignals()
390390
r := postgres.NewRepository(db)
391391

392-
var file_handler optout.OptOutFileHandler
393-
file_handler = &optout.LocalFileHandler{
392+
var file_handler optout.OptOutFileHandler = &optout.LocalFileHandler{
394393
Logger: log.API,
395394
PendingDeletionDir: conf.GetEnv("PENDING_DELETION_DIR"),
396395
FileArchiveThresholdHr: hours,

0 commit comments

Comments
 (0)