Skip to content
Snippets Groups Projects
Unverified Commit ad5cb27b authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent 6a28dd07
No related branches found
No related tags found
No related merge requests found
......@@ -110,8 +110,8 @@ class TranslateV3 {
}
const returnObj: Record<string, {
url: string,
transform: number[][],
url: string
transform: number[][]
info: Record<string, any>
}> = {}
for (const key in input) {
......
......@@ -18,8 +18,8 @@ export function getDebug() {
}
export async function getExportNehuba() {
// eslint-disable-next-line no-constant-condition
while (true) {
const nehuba = (window as any).export_nehuba
if (!!nehuba) return nehuba
await new Promise((rs) => setTimeout(rs, 160))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment