1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-06 20:37:54 -05:00

Moar Sonar Cleanup

This commit is contained in:
Ean Milligan (Bastion)
2022-06-19 01:57:10 -04:00
parent 65d264d1c6
commit 60e13cbd51
3 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@ const emailField = document.getElementById("email-field");
const deleteField = document.getElementById("delete-field");
const submitField = document.getElementById("submit-field");
const endpoint = "none";
const apiStatus = "activate";
let endpoint = "none";
let apiStatus = "activate";
function validateUserField() {
return !(userField.value > 0 && userField.checkValidity());