mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): apply feedback
This commit is contained in:
parent
52b48c6683
commit
0de472e5c8
@ -42,7 +42,7 @@ export class LifecycleHookManager {
|
|||||||
private static models = new Map<string, ModelDefinition>();
|
private static models = new Map<string, ModelDefinition>();
|
||||||
|
|
||||||
public static getModel(name: string) {
|
public static getModel(name: string) {
|
||||||
return this.models.get(name);
|
return LifecycleHookManager.models.get(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static addModel(model: ModelDefinition) {
|
private static addModel(model: ModelDefinition) {
|
||||||
|
Loading…
Reference in New Issue
Block a user