We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46379e commit af9d0a5Copy full SHA for af9d0a5
1 file changed
lib/cot.ts
@@ -80,7 +80,7 @@ export default class CoT {
80
});
81
}
82
83
- if (opts.milsym && opts.milsym.augment && !this.raw.event.detail.__milsym) {
+ if (opts.milsym?.augment && !this.raw.event.detail.__milsym) {
84
if (util2525.is2525BConvertable(this.raw.event._attributes.type)) {
85
try {
86
this.raw.event.detail.__milicon = {
0 commit comments