mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
fix URLDecodeVarMap
This commit is contained in:
parent
a0eeba8af6
commit
dc0702a055
|
|
@ -31,5 +31,5 @@ func URLDecodeVarMap(vars map[string]string) (map[string]string, error) {
|
||||||
decodedVars[key] = decoded
|
decodedVars[key] = decoded
|
||||||
}
|
}
|
||||||
|
|
||||||
return decodedVars, err
|
return decodedVars, nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue