Skip to content

Commit

Permalink
fix: reset global cookies to delete variable after deleteing cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsontky committed Oct 4, 2021
1 parent 23c20d8 commit 02a8dae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ const removeRequestCookies: () => Promise<void> = async () => {
name,
});
}

cookiesToDelete = {};
}
};

Expand Down

0 comments on commit 02a8dae

Please sign in to comment.