mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
parent
1f75773bf1
commit
bc8bc190ea
@ -229,7 +229,7 @@ const api: any = {
|
||||
Promise.resolve(notificationInstance[cacheKey]).then(instance => {
|
||||
instance.destroy();
|
||||
});
|
||||
delete notificationInstance[cacheKey];
|
||||
delete notificationInstance[cacheKey]; // lgtm[js/missing-await]
|
||||
});
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user