correction hubSubscriber.ts (#2543)

from beginning - from the beginning

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on improving the logging message in the
`hubSubscriber.ts` file for clarity.

### Detailed summary
- Updated the warning log message from `"No last hub event ID found,
starting from beginning"` to `"No last hub event ID found, starting from
the beginning"` for better readability.

>  Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
This commit is contained in:
bigbear
2025-05-17 07:45:48 +02:00
committed by GitHub
parent 14273447b6
commit 526210bef9

View File

@@ -115,7 +115,7 @@ export class BaseHubSubscriber extends HubSubscriber {
if (fromId) {
this.log.info(`HubSubscriber ${this.label} Found last hub event ID: ${fromId}`);
} else {
this.log.warn("No last hub event ID found, starting from beginning");
this.log.warn("No last hub event ID found, starting from the beginning");
}
const subscribeParams = {