change runtimechecklog
This commit is contained in:
parent
7263d4eee8
commit
efa430a714
|
|
@ -64,7 +64,6 @@ export function runtimeCheckLogs(folderPath) {
|
||||||
|
|
||||||
//true: import log to log_report table, send report to Zulip
|
//true: import log to log_report table, send report to Zulip
|
||||||
const log = await LogDetectFile.findBy('file_name', fileName)
|
const log = await LogDetectFile.findBy('file_name', fileName)
|
||||||
console.log(log)
|
|
||||||
await LogReport.create({
|
await LogReport.create({
|
||||||
detected_content: 'virk',
|
detected_content: 'virk',
|
||||||
line: 123,
|
line: 123,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue