feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Checkpoint
This commit is contained in:
@@ -122,6 +122,7 @@ const markRRExportSuccess = async ({ socket, jobId, job, bodyshop, result, metaE
|
||||
const insertRRFailedExportLog = async ({ socket, jobId, job, bodyshop, error, classification, result }) => {
|
||||
const endpoint = process.env.GRAPHQL_ENDPOINT;
|
||||
if (!endpoint) throw new Error("GRAPHQL_ENDPOINT not configured");
|
||||
|
||||
const token = getAuthToken(socket);
|
||||
if (!token) throw new Error("Auth token missing on socket");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user