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 57e10ab commit d34c33aCopy full SHA for d34c33a
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-22T07[^"]*)"/
+const regExp = /"fixTime":"(2025-09-20T07[^"]*)"/
9
async function processLines () {
10
for (const jsonStr of lines) {
11
try {
0 commit comments