mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-13 01:37:55 +01:00
fix last commit
This commit is contained in:
parent
25727472c6
commit
7a1cd8cc0c
@ -11,7 +11,7 @@ export default async function docToFile(db, doc, { image = false, sketch = false
|
||||
createdOn: doc.createdOn,
|
||||
updatedOn: doc.updatedOn
|
||||
};
|
||||
if (doc.class) response.class;
|
||||
if (doc.class) response.class = doc.class;
|
||||
|
||||
const { appVersion } = doc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user