Skip to content

Commit d5e3473

Browse files
committed
add to request body
1 parent ab2d8ce commit d5e3473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nightfall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class Nightfall extends Base {
3737
try {
3838
const response = await axios.post<ScanText.Response>(
3939
`${this.API_HOST}/v3/scan`,
40-
{ payload, policy },
40+
{ payload, policy, policyUUIDs },
4141
{ headers: this.AXIOS_HEADERS },
4242
)
4343

0 commit comments

Comments
 (0)