mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
Fix error in code
This commit is contained in:
parent
e26207e949
commit
913a96afec
@ -299,6 +299,7 @@ export default class Explorer {
|
||||
}
|
||||
} else {
|
||||
// Show survey when an existing account is older than 3 days
|
||||
if (
|
||||
!isAccountNewerThanThresholdInMs(userContext.databaseAccount?.systemData?.createdAt || "", THREE_DAYS_IN_MS)
|
||||
) {
|
||||
this.sendNPSMessage();
|
||||
|
Loading…
x
Reference in New Issue
Block a user