Skip to content

Commit 1c5648f

Browse files
authored
Merge branch 'develop' into feature/length
2 parents d39d292 + 2b21590 commit 1c5648f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/services/qmService.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3184,8 +3184,8 @@ angular.module('starter').factory('qmService', ["$http", "$q", "$rootScope", "$i
31843184
},
31853185
addActionArrayButtonsToActionSheet: function(actionArray, buttons){
31863186
if(!actionArray){
3187-
qmLog.error("No action array provided to addActionArrayButtonsToActionSheet!");
3188-
return;
3187+
qmLog.info("No action array provided to addActionArrayButtonsToActionSheet! Maybe it's a new reminders?");
3188+
return buttons;
31893189
}
31903190
for(var i = 0; i < actionArray.length; i++){
31913191
if(actionArray[i].action !== "snooze"){

0 commit comments

Comments
 (0)