Merge branch 'trafficlunar:main' into main

This commit is contained in:
Landon & Emma 2026-04-23 13:45:26 -04:00 committed by GitHub
commit 773385cf02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ export async function POST(request: NextRequest) {
}, },
data: { data: {
in_queue: false, in_queue: false,
reviewedAt: new Date(),
}, },
}); });