@@ -13,6 +13,7 @@ async function JobCosting(req, res) {
|
||||
const { jobid } = req.body;
|
||||
|
||||
const BearerToken = req.headers.authorization;
|
||||
|
||||
logger.log("job-costing-start", "DEBUG", req.user.email, jobid, null);
|
||||
const client = new GraphQLClient(process.env.GRAPHQL_ENDPOINT, {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user