Skip to content

Commit

Permalink
Merge 31f3ca7 into 366ce71
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyfabulous committed Jan 7, 2022
2 parents 366ce71 + 31f3ca7 commit ee8b0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eventBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class EventBody {
this._context = {};

if (id) {
this._context.Id = id;
this._context.Id = id.toString();
}
if (type) {
this._context.Type = type;
Expand Down

0 comments on commit ee8b0b0

Please sign in to comment.