Skip to content

Commit f6fc708

Browse files
committed
fix(threadwinds-ingestion): Update ThreatWinds sectionID from 6 to 10
1 parent ad2e220 commit f6fc708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/threadwinds-ingestion/internal/client/backend_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
threadwindsSectionID = 6
19+
threadwindsSectionID = 10
2020
)
2121

2222
type BackendClient struct {

0 commit comments

Comments
 (0)