Fix ParseTR31KeyBlock lint: add constructor JSDoc

This commit is contained in:
Jacob Marks 2026-05-16 23:35:52 -04:00
parent 6bbafe7ff3
commit 35e2f0a2d8

View File

@ -114,6 +114,9 @@ const OPTIONAL_BLOCK_IDS = {
*/ */
class ParseTR31KeyBlock extends Operation { class ParseTR31KeyBlock extends Operation {
/**
* ParseTR31KeyBlock constructor.
*/
constructor() { constructor() {
super(); super();