Skip to content

Commit

Permalink
Remove redundant part of the implementation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Jan 2, 2025
1 parent 559656a commit 9a9e3d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions waspc/src/Wasp/Analyzer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a9e3d8

Please sign in to comment.