Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 5a2dcb7

Browse files
author
James Cori
committed
Wrong Imported Config
1 parent 01d197e commit 5a2dcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/termsService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const logger = require('../common/logger')
22
const _ = require('lodash')
33
const util = require('util')
4+
const config = require('config')
45
const helper = require('../common/helper')
5-
const { config } = require('process')
66

77
const QUERY_GET_CHALLENGE_TERMS = 'SELECT resource_role_id, terms_of_use_id FROM project_role_terms_of_use_xref WHERE project_id = %d'
88
const QUERY_INSERT_CHALLENGE_TERMS = `INSERT INTO project_role_terms_of_use_xref

0 commit comments

Comments
 (0)