Skip to content

Commit fecb2af

Browse files
committed
fix: update event kind to AviationAccident in emergency squawk handler
1 parent 73cd377 commit fecb2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/ingest/app/sources/opensky-emergency-squawk.source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function buildEvent(row: OpenSkyStateVector, squawk: string, occurredAt: string
209209
const label = EMERGENCY_SQUAWK_LABELS[squawk] ?? squawk;
210210

211211
return {
212-
kind: EventKinds.Transport,
212+
kind: EventKinds.AviationAccident,
213213
title: `한국 상공 ${callsign}${squawk}(${label}) 선언`,
214214
body: buildBody(row),
215215
occurredAt,

0 commit comments

Comments
 (0)