mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve add atendees for agenda
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
function removeDuplicate(data){
|
||||
|
||||
|
||||
return [...new Set(data.map(JSON.stringify))].map(JSON.parse)
|
||||
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
removeDuplicate: removeDuplicate
|
||||
};
|
||||
Reference in New Issue
Block a user