(20241205) Bug fix in 'firstRefreshTs'
This commit is contained in:
@@ -229,8 +229,8 @@ class MailOAuthModel(BaseModel):
|
|||||||
"$cond": {
|
"$cond": {
|
||||||
"if": {
|
"if": {
|
||||||
"$or": [
|
"$or": [
|
||||||
{"$eq": ["$fieldName", None]},
|
{"$eq": ["$firstRefreshTs", None]},
|
||||||
{"$eq": [{"$type": "$fieldName"}, "missing"]}
|
{"$eq": [{"$type": "$firstRefreshTs"}, "missing"]}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"then": request_ts,
|
"then": request_ts,
|
||||||
|
|||||||
Reference in New Issue
Block a user