Skip to content

Conversation

@mtudisco49
Copy link
Contributor

Changed line
event.get('auditLogTrailer[messages]')
to
event.get('auditLogTrailer')['messages']

with previous line we got error: Ruby exception occurred: Invalid FieldReference: `auditLogTrailer[messages]

Changed line 
event.get('auditLogTrailer[messages]')
to
event.get('auditLogTrailer')['messages']

with previous line we got error: Ruby exception occurred: Invalid FieldReference: `auditLogTrailer[messages]
@bitsofinfo bitsofinfo merged commit 3a0a58f into bitsofinfo:master Jun 11, 2020
bitsofinfo added a commit that referenced this pull request Jun 11, 2020
updates for PR #48 and #49
@bitsofinfo
Copy link
Owner

@mtudisco49 thanks this is in 1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants