偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/notification/index.tsx
|
@ -229,7 +229,7 @@ const api: any = { |
|
|
Promise.resolve(notificationInstance[cacheKey]).then(instance => { |
|
|
Promise.resolve(notificationInstance[cacheKey]).then(instance => { |
|
|
instance.destroy(); |
|
|
instance.destroy(); |
|
|
}); |
|
|
}); |
|
|
delete notificationInstance[cacheKey]; |
|
|
delete notificationInstance[cacheKey]; // lgtm[js/missing-await]
|
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|