Skip to content

Commit 9238e93

Browse files
authored
ref: Remove duplicate column (#14073)
'type' column is already on this list, was accidentally re-added as part of #13100
1 parent 8b0179d commit 9238e93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sentry/models/event.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ class SnubaEvent(EventCommon):
446446

447447
# A list of all useful columns we can get from snuba.
448448
selected_columns = minimal_columns + [
449-
'type',
450449
'culprit',
451450
'location',
452451
'message',

0 commit comments

Comments
 (0)