add missing semicolon

This commit is contained in:
LenAnderson 2024-07-05 18:53:55 -04:00
parent c213a64340
commit ba0f5427cf

View File

@ -63,7 +63,7 @@ export class SlashCommandHandler {
...otherQrs.map(x => new SlashCommandEnumValue(`${x.set.name}.${x.qr.label}`, `${x.qr.title || x.qr.message}`, enumTypes.qr, enumIcons.qr)),
];
},
}
};
window['qrEnumProviderExecutables'] = localEnumProviders.qrExecutables;