Skip to content

Commit

Permalink
Revert "fix: conflict between browser URL object and Node URL object (#…
Browse files Browse the repository at this point in the history
…3061)"

This reverts commit d21cc09.
  • Loading branch information
brianc committed Apr 2, 2024
1 parent ef24134 commit d8ee8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pg-connection-string/index.js
@@ -1,9 +1,9 @@
'use strict'

//Parse method copied from https://github.com/brianc/node-postgres
//Copyright (c) 2010-2014 Brian Carlson (brian.m.carlson@gmail.com)
//MIT License

const { URL } = require('url')
//parses a connection string
function parse(str) {
//unix socket
Expand Down

0 comments on commit d8ee8c4

Please sign in to comment.