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