Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 4, 2024
1 parent 3102481 commit 8145628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/set-cookie/split.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function splitSetCookieString(
}

if (!cookiesSeparatorFound || pos >= cookiesString.length) {
cookiesStrings.push(cookiesString.slice(start, cookiesString.length));
cookiesStrings.push(cookiesString.slice(start));
}
}

Expand Down

0 comments on commit 8145628

Please sign in to comment.