Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
davenewza committed Jun 25, 2024
1 parent 0d10cc8 commit 022b8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/functions-runtime/src/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const pg = require("pg");
const { PROTO_ACTION_TYPES } = require("./consts");
const { withSpan } = require("./tracing");
import { NeonDialect } from "kysely-neon";
import ws from 'ws';
import ws from "ws";

// withDatabase is responsible for setting the correct database client in our AsyncLocalStorage
// so that the the code in a custom function uses the correct client.
Expand Down Expand Up @@ -192,4 +192,4 @@ getDatabaseClient();

module.exports.getDatabaseClient = getDatabaseClient;
module.exports.useDatabase = useDatabase;
module.exports.withDatabase = withDatabase;
module.exports.withDatabase = withDatabase;

0 comments on commit 022b8d0

Please sign in to comment.