Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecuvalo committed Nov 3, 2023
1 parent 908c05e commit 91111e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ function createApolloClient() {

function createIsomorphLink() {
if (typeof window === 'undefined') {
console.log('blah');
const executableSchema = makeExecutableSchema({
typeDefs: schema,
resolvers,
Expand Down

0 comments on commit 91111e4

Please sign in to comment.