Add missing semicolon to address new code scanning warning.

This commit is contained in:
David Anson 2024-08-27 20:55:15 -07:00
parent 9c8e7156e1
commit 6d097cce3f
2 changed files with 2 additions and 2 deletions

View file

@ -6839,7 +6839,7 @@ module.exports = {
}
}
}
}
};
/***/ }),

View file

@ -76,4 +76,4 @@ module.exports = {
}
}
}
}
};