Skip to content

Commit a5e2bcf

Browse files
committed
fix: Console log error
1 parent 0173e51 commit a5e2bcf

File tree

3 files changed

+32
-152
lines changed

3 files changed

+32
-152
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -1775,7 +1775,6 @@
17751775
},
17761776
watch: {
17771777
selectedAppId: function() {
1778-
console.log('on selected app id change');
17791778
this.iosAuthConfigType = countlyPushNotification.service.IOSAuthConfigTypeEnum.P8;
17801779
this.resetConfig();
17811780
this.reconcilate();

plugins/push/package-lock.json

+29-148
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/push/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"notifications"
2121
],
2222
"dependencies": {
23-
"jsonwebtoken": "^8.0.1",
24-
"node-forge": "^1.2.1",
25-
"xxhash-addon": "^1.4.0"
23+
"jsonwebtoken": "8.0.1",
24+
"node-forge": "1.2.1",
25+
"xxhash-addon": "1.4.0"
2626
},
2727
"private": true
2828
}

0 commit comments

Comments
 (0)