Skip to content

Commit

Permalink
Add Reporting DB options
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-stourbe-wmx committed Nov 8, 2024
1 parent afcc48e commit 1d57166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sdk_private.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (e *NucleiEngine) init(ctx context.Context) error {
}

if reportingOptions != nil {
e.rc, err = reporting.New(reportingOptions, "", false)
e.rc, err = reporting.New(reportingOptions, e.opts.ReportingDB, false)
if err != nil {
return err
}
Expand Down

0 comments on commit 1d57166

Please sign in to comment.