INSERT INTO lighthouse_audits()

in src/api/audits/db.ts [37:39]


    INSERT INTO lighthouse_audits (id, url, time_created, time_completed, report_json)
    VALUES (
      ${audit.id},