Skip to content

Commit 94ee6b4

Browse files
committed
Add missing imports
1 parent 4bc15ac commit 94ee6b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/postgres.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
const pg = require('pg'),
22
process = require('process'),
33
querystring = require('querystring'),
4+
HttpStatus = require('http-status-codes'),
5+
common = require('service-utils'),
6+
ServiceError = common.utils.ServiceError,
47
url = require('url');
58

69
function init(callback) {

0 commit comments

Comments
 (0)