Skip to content

Commit

Permalink
Clean up Prettier, Size-limit, and Api-Extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored and github-actions[bot] committed Nov 29, 2023
1 parent 41dee22 commit 3b60d3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 38600,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32187
"dist/apollo-client.min.cjs": 38603,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32203
}
2 changes: 1 addition & 1 deletion src/utilities/graphql/print.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const print = Object.assign(
let result = printCache.get(ast);

if (!result) {
result = origPrint(ast)
result = origPrint(ast);
printCache.set(ast, result);
}
return result;
Expand Down

0 comments on commit 3b60d3a

Please sign in to comment.