some Fixes, see #45
This commit is contained in:
@@ -15,6 +15,9 @@ export async function GET(request: NextRequest): Promise<NextResponse> {
|
||||
gte: new Date(Date.now() - 2 * 60 * 60 * 1000), // Last 2 hours
|
||||
},
|
||||
},
|
||||
orderBy: {
|
||||
timestamp: "desc",
|
||||
},
|
||||
});
|
||||
|
||||
return NextResponse.json(positionLog, {
|
||||
|
||||
Reference in New Issue
Block a user