mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 18:25:31 +02:00
⚡️ Remove unnessisary timeout
This commit is contained in:
parent
b52a4d97b3
commit
f558a98c7b
1 changed files with 1 additions and 3 deletions
|
@ -162,8 +162,6 @@ export const build = async (tier: string, options: Options) => {
|
|||
|
||||
applyConfig(prettyHost, options.arch)
|
||||
|
||||
setTimeout(async () => {
|
||||
await genericBuild(prettyHost, tier).then((_) => success(d))
|
||||
}, 2500)
|
||||
await genericBuild(prettyHost, tier).then((_) => success(d))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue