We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34c33a commit 7ca658bCopy full SHA for 7ca658b
cloudwatch-logs.mjs
@@ -5,7 +5,7 @@ import rabbit from './rabbit.js'
5
let counter = 0
6
const lines = []
7
8
-const regExp = /"fixTime":"(2025-09-20T07[^"]*)"/
+const regExp = /"fixTime":"(2024-09-22T07[^"]*)"/
9
async function processLines () {
10
for (const jsonStr of lines) {
11
try {
0 commit comments