Skip to content

Commit

Permalink
fix: fpf export is always empty
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Jun 14, 2023
1 parent 86bcd46 commit c635fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finding.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (f FindingService) ExportFPF(ctx context.Context, projectUUID uuid.UUID) (d
return
}

d = []byte(fpf)
return
}

Expand Down

0 comments on commit c635fbf

Please sign in to comment.