Skip to content

Commit 43f1c82

Browse files
committed
Refactor log message for session state in consume function
1 parent 8879871 commit 43f1c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function consume(
6969
}
7070

7171
return {
72-
// You might want to log the session's state especially when it's `Forked`.
72+
// You might want to log the session's state, especially when it's `Forked`.
7373
state: session.state,
7474

7575
// Don't let the app to use session data when the state is not Active.

0 commit comments

Comments
 (0)