Skip to content
Snippets Groups Projects
Commit 078d95a0 authored by Jonas Schlabertz's avatar Jonas Schlabertz
Browse files

Small bugfix.

parent c8da0376
Branches
No related tags found
No related merge requests found
Pipeline #158533 passed
No preview for this file type
......@@ -135,6 +135,7 @@ export default class TypeDefinition {
const result: NodeObject = {
"@context": context,
"name": `${config.baseURL}/type/${this.name}`,
"dateCreated": this.dateCreated.toISOString(),
"comment": this.comment,
"schema": this.schema as NodeObject,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment