feature/IO-2769-Job-Totals-Testing
This commit is contained in:
@@ -30,7 +30,7 @@ exports.totalsSsu = async function (req, res) {
|
||||
const job = await client.setHeaders({ Authorization: BearerToken }).request(queries.GET_JOB_BY_PK, {
|
||||
id: id
|
||||
});
|
||||
p;
|
||||
|
||||
const newTotals = await TotalsServerSide({ body: { job: job.jobs_by_pk, client: client } }, res, true);
|
||||
|
||||
const result = await client.setHeaders({ Authorization: BearerToken }).request(queries.UPDATE_JOB, {
|
||||
|
||||
Reference in New Issue
Block a user