Skip to content

Commit fe7954d

Browse files
committed
[guideline] unused parameters removed.
1 parent e466c8d commit fe7954d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plugins/populator/frontend/public/javascripts/countly.views.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,11 @@ app.addPageScript("/manage/apps", function() {
159159
}
160160
});
161161
});
162-
// eslint-disable-next-line
163-
app.addAppManagementSwitchCallback(function(appId, type) {
162+
163+
app.addAppManagementSwitchCallback(function() {
164164
if (start_populating) {
165165
start_populating = false;
166166
setTimeout(function() {
167-
// eslint-disable-next-line
168167
var appId = $("#view-app-id").text();
169168
app.switchApp(appId, function() {
170169
app.navigate("/manage/populate/autostart", true);

0 commit comments

Comments
 (0)