Skip to content

Fixes session type issue.#12

Merged
AdaInTheLab merged 1 commit intomainfrom
fix/oauth-failed
Jan 6, 2026
Merged

Fixes session type issue.#12
AdaInTheLab merged 1 commit intomainfrom
fix/oauth-failed

Conversation

@AdaInTheLab
Copy link
Owner

Addresses a TypeScript type issue when accessing the session object.

The previous code was causing a type error when trying to set a property on the req.session object. This change uses a type assertion to resolve the issue, allowing the code to compile successfully.

Addresses a TypeScript type issue when accessing the session object.

The previous code was causing a type error when trying to set
a property on the `req.session` object. This change uses a type
assertion to resolve the issue, allowing the code to compile
successfully.
@AdaInTheLab AdaInTheLab merged commit 705fe0d into main Jan 6, 2026
1 check passed
@AdaInTheLab AdaInTheLab deleted the fix/oauth-failed branch January 6, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant