mirror of
https://github.com/SrIzan10/flight-slack.git
synced 2026-06-06 00:56:52 +00:00
chore: remove test thingy
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user