bytebin icon indicating copy to clipboard operation
bytebin copied to clipboard

Remove redundant check in ID validation logic

Open TheFocusDevHUN opened this issue 7 months ago • 0 comments

Since INVALID_TOKEN_PATTERN catches the dot character, the path.contains(".") check appears to be redundant when validating paste ids. regex Feel free to correct me if I'm wrong or missing something.

TheFocusDevHUN avatar May 30 '25 20:05 TheFocusDevHUN