bytebin
bytebin copied to clipboard
Remove redundant check in ID validation logic
Since INVALID_TOKEN_PATTERN catches the dot character, the path.contains(".") check appears to be redundant when validating paste ids.
Feel free to correct me if I'm wrong or missing something.