From 9a9e3d8dd6f336b26d0ad22fd75f832af2628900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Sodi=C4=87?= Date: Thu, 2 Jan 2025 14:24:08 +0100 Subject: [PATCH] Remove redundant part of the implementation comment --- waspc/src/Wasp/Analyzer.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/waspc/src/Wasp/Analyzer.hs b/waspc/src/Wasp/Analyzer.hs index 77441dedf9..2d32232ede 100644 --- a/waspc/src/Wasp/Analyzer.hs +++ b/waspc/src/Wasp/Analyzer.hs @@ -171,9 +171,6 @@ getEntityDecls schema = -- 1. Creating an AST with (and only with) the declarations for the Prisma -- schema Entities. -- 2. Type-checking that AST and returning the result. - -- This gives us a list of entity declarations we can then forward to - -- TypeScript (which then validates the user config only uses existing - -- entities). wrapAnalyzerError TypeError (typeCheck stdTypes astWithEntitiesOnly) >>= (wrapAnalyzerError EvaluationError . evaluate stdTypes) where