Skip to content

Commit 9ca5ce1

Browse files
committed
fix region constant
1 parent dcd04e8 commit 9ca5ce1

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

src/lib/constants.ts

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,7 @@ export const FILTER_REFERRERS = 'filter-referrers';
3333
export const FILTER_PAGES = 'filter-pages';
3434

3535
export const UNIT_TYPES = ['year', 'month', 'hour', 'day', 'minute'];
36-
export const EVENT_COLUMNS = [
37-
'url',
38-
'entry',
39-
'exit',
40-
'referrer',
41-
'title',
42-
'query',
43-
'event',
44-
'tag',
45-
'region',
46-
];
36+
export const EVENT_COLUMNS = ['url', 'entry', 'exit', 'referrer', 'title', 'query', 'event', 'tag'];
4737

4838
export const SESSION_COLUMNS = [
4939
'browser',
@@ -53,6 +43,7 @@ export const SESSION_COLUMNS = [
5343
'language',
5444
'country',
5545
'city',
46+
'region',
5647
'host',
5748
];
5849

0 commit comments

Comments
 (0)