More TW related updates. LCI related updates.
This commit is contained in:
@@ -568,6 +568,12 @@ export async function search__event_presenter(
|
||||
|
||||
if (agree === true || agree === false) {
|
||||
params_json['and_qry']['agree'] = agree;
|
||||
// if (!agree) {
|
||||
// params_json['or_qry']['agree'] = null;
|
||||
// }
|
||||
}
|
||||
if (agree === null) {
|
||||
params_json['and_qry']['agree'] = agree;
|
||||
}
|
||||
|
||||
if (biography) {
|
||||
|
||||
Reference in New Issue
Block a user