Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Aug 16, 2023
1 parent 027cc68 commit 6cd2dcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/v7-edge-functions/functions/planetscale-database.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { connect } from '@planetscale/database';
// import { connect } from '@planetscale/database';

// polyfills
import '../polyfills/Buffer';
import '../polyfills/URL';
import createFetch from '../polyfills/fetch';
// import '../polyfills/Buffer';
// import '../polyfills/URL';
// import createFetch from '../polyfills/fetch';

export async function handleHttpRequest(request, context) {
const env = context.environmentVars;
Expand Down

0 comments on commit 6cd2dcd

Please sign in to comment.