mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Merge pull request #3570 from thelounge/xpaw/fix-3568
Allow empty parameter overrides
This commit is contained in:
commit
87244fb4d5
1 changed files with 0 additions and 4 deletions
|
@ -35,10 +35,6 @@ export default {
|
|||
const parsedParams = {};
|
||||
|
||||
for (let key of Object.keys(params)) {
|
||||
if (!params[key]) {
|
||||
continue;
|
||||
}
|
||||
|
||||
let value = params[key];
|
||||
|
||||
// Param can contain multiple values in an array if its supplied more than once
|
||||
|
|
Loading…
Reference in a new issue