gen
This commit is contained in:
@@ -185,6 +185,7 @@ export class StudyElementDB {
|
||||
"source": string;
|
||||
"questionText": string;
|
||||
"content": string;
|
||||
"keyword": string;
|
||||
"category": string;
|
||||
|
||||
/** Creates a new StudyElementDB instance. */
|
||||
@@ -201,6 +202,9 @@ export class StudyElementDB {
|
||||
if (!("content" in $$source)) {
|
||||
this["content"] = "";
|
||||
}
|
||||
if (!("keyword" in $$source)) {
|
||||
this["keyword"] = "";
|
||||
}
|
||||
if (!("category" in $$source)) {
|
||||
this["category"] = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user