Skip to content

Commit 5ef101a

Browse files
refactor: fixed duplicated variable call
1 parent 8668303 commit 5ef101a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class AnalyticsBase {
200200
private_message: 0,
201201
},
202202
custom_events: this.stats_data.custom_events,
203-
user_install_count: user_install_count,
203+
user_install_count,
204204
}
205205
}
206206
}

0 commit comments

Comments
 (0)