Skip to content

Commit fe0ab8f

Browse files
authored
Update analytics.ts (#1005)
1 parent 3743481 commit fe0ab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class SegmentClient {
167167
...this.getPlugins(PluginType.utility),
168168
...this.getPlugins(PluginType.destination),
169169
...this.getPlugins(PluginType.after),
170-
] ?? []
170+
]
171171
);
172172
}
173173

0 commit comments

Comments
 (0)