Review request changed
- Added Files:
Review Request #128 — Created Oct. 25, 2025 and updated
error 'listing' is defined but never used
'approvalNote' is assgined value but never used
26 problems (20 warnings, 6 errors)
| 71 | const filteredListings = allListings.filter(listing => true); |
|---|
import thua listing
| 101 | export const approveListing = async (listingId, approvalNote = '') => { |
|---|
import thua approvalNote