mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
0.4.10
This commit is contained in:
parent
2d54cec268
commit
ba720aea82
@ -35,6 +35,7 @@ module.exports = async (instanceName, options, progressBars, conn, connInstance)
|
|||||||
const collection = (!file.secondaryConnection ? conn : connInstance).collection(collectionName)
|
const collection = (!file.secondaryConnection ? conn : connInstance).collection(collectionName)
|
||||||
|
|
||||||
const data = JSON.parse(fs.readFileSync(file.path, 'utf8'))
|
const data = JSON.parse(fs.readFileSync(file.path, 'utf8'))
|
||||||
|
if (Array.isArray(data)) continue
|
||||||
data._id = file.path.split('\\').pop().split('.')[0]
|
data._id = file.path.split('\\').pop().split('.')[0]
|
||||||
await collection.findOneAndUpdate({ _id: data._id }, { $set: data }, { upsert: true })
|
await collection.findOneAndUpdate({ _id: data._id }, { $set: data }, { upsert: true })
|
||||||
progress.increment()
|
progress.increment()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "evolution-manager",
|
"name": "evolution-manager",
|
||||||
"description": "Evolution Manager is an open-source interface for managing the Evolution API, simplifying the creation and administration of API instances with advanced features and diverse integrations.",
|
"description": "Evolution Manager is an open-source interface for managing the Evolution API, simplifying the creation and administration of API instances with advanced features and diverse integrations.",
|
||||||
"version": "0.4.9",
|
"version": "0.4.10",
|
||||||
"main": "dist",
|
"main": "dist",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user