Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 3, 2024
1 parent 8dc9ea9 commit f32f159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/globals.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function parse(setCookieString: string): Cookie {
export class CookieJar {
private _cookies = new Map<string, Cookie>();

public parseCook ies(values: string[]) {
public parseCookies(values: string[]) {
if (!values) {
return;
}
Expand Down

0 comments on commit f32f159

Please sign in to comment.