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 5e936b6 commit 58954d8Copy full SHA for 58954d8
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-22T17[^"]*)"/
+const regExp = /"fixTime":"(2025-09-22T18[^"]*)"/
9
async function processLines () {
10
for (const jsonStr of lines) {
11
try {
0 commit comments