Skip to content

Commit af9d0a5

Browse files
committed
Update Check
1 parent b46379e commit af9d0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default class CoT {
8080
});
8181
}
8282

83-
if (opts.milsym && opts.milsym.augment && !this.raw.event.detail.__milsym) {
83+
if (opts.milsym?.augment && !this.raw.event.detail.__milsym) {
8484
if (util2525.is2525BConvertable(this.raw.event._attributes.type)) {
8585
try {
8686
this.raw.event.detail.__milicon = {

0 commit comments

Comments
 (0)