fix(style): switch..case

This commit is contained in:
Julian Lam
2020-06-03 11:25:25 -04:00
parent d7ab0894d4
commit 922d49be0b
25 changed files with 479 additions and 479 deletions

View File

@@ -63,9 +63,9 @@ Flags.init = async function () {
perPage: function () { /* noop */ },
quick: function (sets, orSets, key, uid) {
switch (key) {
case 'mine':
sets.push('flags:byAssignee:' + uid);
break;
case 'mine':
sets.push('flags:byAssignee:' + uid);
break;
}
},
},