gridsearch 1/2

This commit is contained in:
lovebird 2026-03-18 13:03:14 +01:00
parent cce7745a83
commit 4206d1a941

View File

@ -26,7 +26,7 @@ let instance: Scope
const debugRequests = true
const debugResponses = false
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
export const extractEmail = (input: string): string | null => {
const emailRegex = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/;