Skip to content
/ api Public

Commit 6c89faa

Browse files
committed
chore: always set oldest timestamp
1 parent a0841a2 commit 6c89faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/k8s/logging/logging.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export class LoggingService {
231231
let totalAdded = 0;
232232
let streamEnded = false;
233233

234-
let oldestTimestamp: Date;
234+
let oldestTimestamp = new Date();
235235
const until = since ? new Date(since.until) : undefined;
236236

237237
const endStream = () => {

0 commit comments

Comments
 (0)