diff --git a/project/src/context/ApplicationContext.ts b/project/src/context/ApplicationContext.ts index 7fc19efd..4047d8a6 100644 --- a/project/src/context/ApplicationContext.ts +++ b/project/src/context/ApplicationContext.ts @@ -24,7 +24,7 @@ export class ApplicationContext { if (this.variables.has(type)) { - return this.variables.get(type)?.getTail()?.getValue(); + return this.variables.get(type)?.getTail(); } }