[CHORE] Remove old method

This commit is contained in:
Dunemask 2023-12-20 22:24:00 -07:00
parent d4a5faa77c
commit 51f875c93e

View file

@ -88,8 +88,6 @@ export default function Create() {
updateSpec("whitelist", newWl.join(","));
};
const opUpdate = (e) => alert("Op not implimented");
async function upsertSpec() {
if (validateSpec() !== "validated") return;
createServer(spec)