Skip to content

Commit

Permalink
swap var for const
Browse files Browse the repository at this point in the history
#1093 (comment)

kept to remain consistent within file
  • Loading branch information
Abby Wheelis committed Nov 6, 2023
1 parent ad68e1b commit 85d2884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/splash/pushNotifySettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const redirectSilentPush = function (event, data) {
* @function shows debug notifications if simulating user interaction
* @param message string to display in the degug notif
*/
var showDebugLocalNotification = function (message) {
const showDebugLocalNotification = function (message) {
window['cordova'].plugins.BEMDataCollection.getConfig().then(function (config) {
if (config.simulate_user_interaction) {
window['cordova'].plugins.notification.local.schedule({
Expand Down

0 comments on commit 85d2884

Please sign in to comment.