···5555 message: "What is the record key (rkey) for the feed?",
5656});
57575858-if (!/^[a-zA-Z0-9_.-]{3,30}$/.test(rkey.value)) {
5858+if (!/^[a-zA-Z0-9_-]{3,30}$/.test(rkey.value)) {
5959 console.error(
6060- "Invalid record key. Only alphanumeric characters, underscores, hyphens, and periods are allowed. Length must be between 3 and 30 characters."
6060+ "Invalid record key. Only alphanumeric characters, underscores, and hyphens are allowed. Length must be between 3 and 30 characters."
6161 );
6262 process.exit(1);
6363}