Skip to content

Commit

Permalink
fix worker code
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Aug 11, 2024
1 parent 7e5299f commit 6d2ac6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import getYoga from './graphql-yoga.mjs';
/*import getYoga from './graphql-yoga.mjs';
import graphQLOptions from './utils/graphql-options.mjs';
export default {
Expand All @@ -12,8 +12,8 @@ export default {
return new Response(graphQLOptions.debug ? err : 'Something went wrong', { status: 500 });
}
},
};
/*import { graphql } from 'graphql';
};*/
import { graphql } from 'graphql';
import { v4 as uuidv4 } from 'uuid';

import DataSource from './datasources/index.mjs';
Expand Down Expand Up @@ -242,4 +242,4 @@ export default {
return new Response(graphQLOptions.debug ? err : 'Something went wrong', { status: 500 });
}
},
};*/
};

0 comments on commit 6d2ac6a

Please sign in to comment.