Skip to content

Commit c635fbf

Browse files
committed
fix: fpf export is always empty
Signed-off-by: nscuro <[email protected]>
1 parent 86bcd46 commit c635fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

finding.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func (f FindingService) ExportFPF(ctx context.Context, projectUUID uuid.UUID) (d
9999
return
100100
}
101101

102+
d = []byte(fpf)
102103
return
103104
}
104105

0 commit comments

Comments
 (0)