🔢 Persisting the sessionId in the JobResult
This commit is contained in:
@@ -3,6 +3,7 @@ const mongoose = require("mongoose");
|
||||
const JobResultScehma = mongoose.Schema({
|
||||
id: Number,
|
||||
status: String,
|
||||
sessionId: String,
|
||||
failedReason: Object,
|
||||
timestamp: Date,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user