mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-15 07:05:26 +02:00
fix: try to fix gist
This commit is contained in:
@@ -114,9 +114,6 @@ export default class Gist {
|
||||
comments: commentsMapped,
|
||||
};
|
||||
this._gistPayload = payload;
|
||||
// `gist` is a nested path (not a sub-schema), so assigning the whole
|
||||
// object via set("gist", payload) mis-casts the inner subdoc arrays.
|
||||
// Set each sub-path individually so Mongoose casts arrays correctly.
|
||||
this._model.set("gist.description", payload.description);
|
||||
this._model.set("gist.isPublic", payload.isPublic);
|
||||
this._model.set("gist.creationDate", payload.creationDate);
|
||||
|
||||
Reference in New Issue
Block a user