Skip to content

Commit 526210b

Browse files
authored
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 -->
1 parent 1427344 commit 526210b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shuttle/src/shuttle/hubSubscriber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class BaseHubSubscriber extends HubSubscriber {
115115
if (fromId) {
116116
this.log.info(`HubSubscriber ${this.label} Found last hub event ID: ${fromId}`);
117117
} else {
118-
this.log.warn("No last hub event ID found, starting from beginning");
118+
this.log.warn("No last hub event ID found, starting from the beginning");
119119
}
120120

121121
const subscribeParams = {

0 commit comments

Comments
 (0)