mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-10 05:38:07 -05:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user