Skip to content

Commit f1be2d7

Browse files
committed
quickfix
1 parent e8d5b62 commit f1be2d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ export class DataSchemaCompiler {
322322
};
323323

324324
errorsReport.inFile(file);
325-
errorsReport.addErrors(res.errors);
326-
errorsReport.addWarnings(res.warnings);
327325
const res = await transpileJs([reqData]);
328326
errorsReport.addErrors(res[0].errors);
329327
errorsReport.addWarnings(res[0].warnings);

0 commit comments

Comments
 (0)