Skip to content

Commit 7ca658b

Browse files
committed
2024
1 parent d34c33a commit 7ca658b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudwatch-logs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import rabbit from './rabbit.js'
55
let counter = 0
66
const lines = []
77

8-
const regExp = /"fixTime":"(2025-09-20T07[^"]*)"/
8+
const regExp = /"fixTime":"(2024-09-22T07[^"]*)"/
99
async function processLines () {
1010
for (const jsonStr of lines) {
1111
try {

0 commit comments

Comments
 (0)