Removed unused vars

This commit is contained in:
binwiederhier 2024-03-24 14:28:10 -04:00
parent 5511812e30
commit af16542d02
1 changed files with 0 additions and 2 deletions

View File

@ -110,8 +110,6 @@ var (
fileRegex = regexp.MustCompile(`^/file/([-_A-Za-z0-9]{1,64})(?:\.[A-Za-z0-9]{1,16})?$`)
urlRegex = regexp.MustCompile(`^https?://`)
phoneNumberRegex = regexp.MustCompile(`^\+\d{1,100}$`)
templateVarRegex = regexp.MustCompile(`\${([^}]+)}`)
templateVarFormat = "${%s}"
//go:embed site
webFs embed.FS