fix bug admin.js

Review Request #126 — Created Oct. 22, 2025 and updated

Information

Reviewers

73:57 error 'listing' is defined but never used no-unused-vars
103:49 error 'approvalNote' is assigned a value but never used no-unused-vars

? 26 problems (20 errors, 6 warnings)


Description From Last Updated

import thua listing

guest1339guest1339

import thua approvalNote

guest1339guest1339
guest1339
  1. 
      
  2. adminjs (Revision 1)
    73
                const filteredListings = allListings.filter(listing => true);
    Show all issues

    import thua listing

  3. adminjs (Revision 1)
    103
    export const approveListing = async (listingId, approvalNote = '') => {
    Show all issues

    import thua approvalNote

  4.