fix(metadata): update package metadata and align company schema integration with latest tsclass types
This commit is contained in:
@@ -10,7 +10,7 @@ export class TagManager {
|
||||
|
||||
public baseLevel: TagLevel = new TagLevel(this, 'base');
|
||||
|
||||
public activeLevel: TagLevel;
|
||||
public activeLevel!: TagLevel;
|
||||
|
||||
public async setup(metaObjectArg: interfaces.IMetaObject) {
|
||||
// global tag level
|
||||
|
||||
Reference in New Issue
Block a user