Skip to content

Sqlite#4

Draft
ronag wants to merge 3 commits intomainfrom
sqlite
Draft

Sqlite#4
ronag wants to merge 3 commits intomainfrom
sqlite

Conversation

@ronag
Copy link
Member

@ronag ronag commented Aug 17, 2024

No description provided.


onHeaders(statusCode, rawHeaders, resume, statusMessage, headers = parseHeaders(rawHeaders)) {
if (statusCode !== 307) {
if (statusCode !== 307 || statusCode !== 200) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (statusCode !== 307 || statusCode !== 200) {
if (statusCode !== 307 && statusCode !== 200) {

@ronag ronag force-pushed the main branch 3 times, most recently from c462dda to 7a73707 Compare December 10, 2024 19:05
@ronag ronag force-pushed the main branch 2 times, most recently from fc8d56f to 37401c8 Compare December 23, 2024 13:45
@ronag ronag force-pushed the main branch 3 times, most recently from 1d7cf83 to 1624718 Compare January 23, 2025 11:14
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.

2 participants