mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
parent
2a84d8239b
commit
58545353f7
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…
Add table
Reference in a new issue