chore: update Knip to v5 (#56244)

This commit is contained in:
Lars Kappert
2024-09-26 13:12:00 +02:00
committed by GitHub
parent c39208360c
commit d32e57813e
30 changed files with 12573 additions and 14053 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export const getCsrfToken = (setCookies: string[]): string | undefined => {
return csrfToken;
};
export const ORIGIN = 'https://www.freecodecamp.org';
const ORIGIN = 'https://www.freecodecamp.org';
export const getCookies = (setCookies: string[]): string => {
for (const cookie of setCookies) {