fix(core): update

This commit is contained in:
2022-03-14 16:32:12 +01:00
parent 5f92b58353
commit 3c9b178c09
21 changed files with 660 additions and 389 deletions

View File

@ -7,7 +7,7 @@ function sealed(constructor: Function) {
@sealed
class BugReport {
type = "report";
type = 'report';
title: string;
constructor(t: string) {