chore: remove test thingy

This commit is contained in:
2025-07-13 17:22:17 +00:00
parent a9b62430c1
commit f3c96a5e18

View File

@@ -67,7 +67,6 @@ app.command('/flight-add', async ({ command, ack, respond }) => {
try {
const response = await flightAware.getAirportFlights(iataCode, date?.begin, date?.end, undefined, hour);
Bun.write('flightawaretest.json', JSON.stringify(response, null, 2));
const flights = response.scheduled_departures;