Fix: Hardened types in analytics, hosted file upload, and QR scanner components

This commit is contained in:
Scott Idem
2026-01-22 19:47:16 -05:00
parent 32002fe6bd
commit c81ce50a00
2 changed files with 10 additions and 8 deletions

View File

@@ -76,7 +76,7 @@
}
// *** Functions and Logic
async function handle_submit_form_files(event: SubmitEvent) {
async function handle_submit_form_files(event: Event) {
console.log('*** handle_submit_form() ***');
if (!event) {