mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: update Knip to v5 (#56244)
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user