From 54865f537b50fdd5f4973b7b79492f41767c4e39 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Tue, 10 Dec 2019 22:21:18 +0100 Subject: [PATCH] Fixed non-existing this context --- src/parser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.ts b/src/parser.ts index 1a1748e..ec2fcac 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -107,7 +107,7 @@ export async function getModelFolderContents(model: string): Promise