Refactor serverless and initial hasura migrations.
This commit is contained in:
@@ -42,12 +42,7 @@ async function ScrubEstimate({
|
||||
}: {
|
||||
job: RawJobDataObject;
|
||||
}): Promise<string | undefined> {
|
||||
//These are hard coded as they are not secure values and checking happens based on other values.
|
||||
//No secret or private information is exposed.
|
||||
|
||||
//Scrub Estimate Transformer. Original schema kept to keep data in line with ImEX standards.
|
||||
|
||||
const transformedJob = await TransformJobForEstimateScrubber(job);
|
||||
const transformedJob = await TransformJobForEstimateScrubber(job); //Job should be transformed server side.
|
||||
|
||||
const currentChannel = autoUpdater.channel;
|
||||
let estimateScrubberUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user