From f3c96a5e186cae4e7347ebbf1e620a8d0a383f63 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sun, 13 Jul 2025 17:22:17 +0000 Subject: [PATCH] chore: remove test thingy --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 066a704..7c69717 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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;