Closed pixeluvw closed 2 years ago
Database.update();
It should return models.Database.fromMap(res.data);
models.Database.fromMap(res.data);
But it returns a collection
Different version (specify in environment)
Linux
no
@stnguyen90 This should be fixed with latest update, please update accordingly.
👟 Reproduction steps
Database.update();
👍 Expected behavior
It should return
models.Database.fromMap(res.data);
👎 Actual Behavior
But it returns a collection
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
no
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?