mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-30 09:10:01 +00:00
instanceinfo -> InstanceInfo
This commit is contained in:
committed by
MathMan05
parent
0903266dee
commit
beec7fa856
@@ -1,4 +1,4 @@
|
||||
import {instanceinfo, adduser, Specialuser} from "./utils/utils.js";
|
||||
import {InstanceInfo, adduser, Specialuser} from "./utils/utils.js";
|
||||
import {I18n} from "./i18n.js";
|
||||
import {Dialog, FormError} from "./settings.js";
|
||||
import {makeRegister} from "./register.js";
|
||||
@@ -15,7 +15,7 @@ function generateRecArea(recover = document.getElementById("recover")) {
|
||||
}
|
||||
}
|
||||
const recMap = new Map<string, Promise<boolean>>();
|
||||
async function recover(e: instanceinfo, recover = document.getElementById("recover")) {
|
||||
async function recover(e: InstanceInfo, recover = document.getElementById("recover")) {
|
||||
const prom = new Promise<boolean>(async (res) => {
|
||||
if (!recover) {
|
||||
res(false);
|
||||
|
||||
Reference in New Issue
Block a user