Skip to content

Commit

Permalink
remove console.log, revert tsconfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranMn committed Dec 9, 2024
1 parent 8e53f58 commit dfd8c3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions apps/hash-api/src/graph/knowledge/primitive/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ export const getEntitySubgraphResponse: ImpureGraphFunction<
}
}

console.log({ rest, params });

return {
closedMultiEntityTypes,
definitions: definitions
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/harpc/client/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@local/tsconfig/legacy-base-tsconfig-to-refactor.json",
"compilerOptions": {
"lib": ["ES2023", "ESNext"],
"lib": ["dom", "dom.iterable", "ES2023", "ESNext"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"types": ["vitest/importMeta"]
Expand Down

0 comments on commit dfd8c3b

Please sign in to comment.