Skip to content

Commit fef8014

Browse files
committed
fix tsc build
1 parent eb56169 commit fef8014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/src/compiler/YamlCompiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class YamlCompiler {
9494
return;
9595
}
9696

97-
const yamlObj = YAML.load(file.content);
97+
const yamlObj: any = YAML.load(file.content);
9898
if (!yamlObj) {
9999
return;
100100
}

0 commit comments

Comments
 (0)