Base JSON: serialise should return the template type.

master
Tom Hacohen 2017-12-26 15:48:40 +00:00
parent 3408e16013
commit 52f7d4ddd5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class BaseJournal<T extends BaseJson> {
return this._json.uid;
}
serialize(): BaseJson {
serialize(): T {
return Object.assign(
{},
this._json,