mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
typo
This commit is contained in:
committed by
Sabe Jones
parent
2dfe5585eb
commit
127f105934
@@ -74,7 +74,7 @@ api.getContent = {
|
|||||||
language = proposedLang;
|
language = proposedLang;
|
||||||
}
|
}
|
||||||
|
|
||||||
const filter = req.query.filter || '';
|
let filter = req.query.filter || '';
|
||||||
// apply defaults for mobile clients
|
// apply defaults for mobile clients
|
||||||
if (filter === '') {
|
if (filter === '') {
|
||||||
if (req.headers['x-client'] === 'habitica-android') {
|
if (req.headers['x-client'] === 'habitica-android') {
|
||||||
|
|||||||
Reference in New Issue
Block a user