Skip to content

Commit

Permalink
Eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Nov 6, 2020
1 parent dff8156 commit 11bb3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bulk_import_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ user.begin_session({_os: "Android", _os_version: "7", _app_version: "1.0"}, 240,
.user_details({name: "Test user", email: "[email protected]"})
.report_view("Login view", "Android", 1500645060, 200, true)
.report_view("Logout view", "Android", 1500645260, 40, false, true)
.report_feedback({rating: 5, platform: "Android", app_version: "1.0", widget_id:"1"}, 1500645160)
.report_feedback({rating: 5, platform: "Android", app_version: "1.0", widget_id: "1"}, 1500645160)
.report_crash({_os: "Android", _os_version: "7", _error: "Stack trace goes here", _app_version: "1.0"}, 1500645200)
.custom_set("key", "value")
.custom_set_once("only", "once")
Expand Down

0 comments on commit 11bb3d0

Please sign in to comment.