mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
typo
This commit is contained in:
parent
2dfe5585eb
commit
127f105934
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ api.getContent = {
|
|||
language = proposedLang;
|
||||
}
|
||||
|
||||
const filter = req.query.filter || '';
|
||||
let filter = req.query.filter || '';
|
||||
// apply defaults for mobile clients
|
||||
if (filter === '') {
|
||||
if (req.headers['x-client'] === 'habitica-android') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue