mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-08-02 18:37:06 -04:00
MOB-1604 declobber obs user fields (fix notfis) (#3868)
This commit is contained in:
committed by
Johannes Klein
parent
d543c88158
commit
da70e6ff40
@@ -73,11 +73,11 @@ async function fetchObsByUUIDs(
|
||||
uuids,
|
||||
{
|
||||
fields: {
|
||||
...Observation.ADVANCED_MODE_LIST_FIELDS,
|
||||
user: {
|
||||
id: true,
|
||||
...Observation.ADVANCED_MODE_LIST_FIELDS.user,
|
||||
login: true,
|
||||
},
|
||||
...Observation.ADVANCED_MODE_LIST_FIELDS,
|
||||
},
|
||||
},
|
||||
authOptions,
|
||||
|
||||
Reference in New Issue
Block a user