Skip to content

Commit

Permalink
fix(plugins/cloudtrail): remove wrong return statement when extractin…
Browse files Browse the repository at this point in the history
…g recipientAccountId

Signed-off-by: Sanja Kosier <[email protected]>
  • Loading branch information
SKosier authored and poiana committed Oct 30, 2023
1 parent 5445aa1 commit 66c77be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/cloudtrail/pkg/cloudtrail/extract.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ func getfieldStr(jdata *fastjson.Value, field string) (bool, string) {
if val != nil {
res = string(val)
}
return false, ""
}
case "ct.user.identitytype":
val := jdata.GetStringBytes("userIdentity", "type")
Expand Down

0 comments on commit 66c77be

Please sign in to comment.