mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Do not export function in config.
This commit is contained in:
parent
fd0ae57443
commit
696fb74b36
2 changed files with 3 additions and 3 deletions
|
|
@ -173,7 +173,7 @@ func (w *worker) interimWork(wg *sync.WaitGroup, jobs <-chan *interimJob) {
|
|||
defer wg.Done()
|
||||
path := filepath.Join(w.processor.cfg.Web, ".well-known", "csaf-aggregator")
|
||||
|
||||
tooOld := w.processor.cfg.TooOldForInterims()
|
||||
tooOld := w.processor.cfg.tooOldForInterims()
|
||||
|
||||
for j := range jobs {
|
||||
w.setupProviderInterim(j.provider)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue