mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix lint
This commit is contained in:
parent
a7ef394be4
commit
156a70d726
@ -86,7 +86,7 @@ export async function bundleJavaScript(sourceFiles: Record<string, string> & { '
|
||||
return Result.error(result.errors.map(e => e.text).join('\n'));
|
||||
}
|
||||
|
||||
if (result.outputFiles && result.outputFiles.length > 0) {
|
||||
if (result.outputFiles.length > 0) {
|
||||
return Result.ok(result.outputFiles[0].text);
|
||||
}
|
||||
return throwErr("No output generated??");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user