Skip to content

Commit 1c1ad8d

Browse files
fix: lint
1 parent d0bcff8 commit 1c1ad8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/tools/lib/postAnalytics.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export async function postAnalytics({
2727
eventPayload,
2828
}: AnalyticsParams) {
2929
try {
30-
3130
if (process.env.NODE_ENV !== 'production') {
3231
console.log('Analytics event is disabled in development mode.');
3332
return;

0 commit comments

Comments
 (0)