fix: improved log file data
This commit is contained in:
committed by
mrugesh mohapatra
parent
2ae521c995
commit
ce156ee61d
@@ -3,12 +3,12 @@ const { saveToFile } = require('./fileFunctions');
|
||||
|
||||
class PrProcessingLog {
|
||||
constructor() {
|
||||
this._start = null,
|
||||
this._lastUpdate = null,
|
||||
this._lastPRlogged = null,
|
||||
this._finish = null,
|
||||
this._prs = {}
|
||||
this._logfile = 'data/open-prs-processed.json'
|
||||
this._start = null;
|
||||
this._lastUpdate = null;
|
||||
this._lastPRlogged = null;
|
||||
this._finish = null;
|
||||
this._prs = {};
|
||||
this._logfile = 'data/open-prs-processed.json';
|
||||
}
|
||||
|
||||
import() {
|
||||
|
Reference in New Issue
Block a user