Commit 4077f427 authored by Travis Fischer's avatar Travis Fischer

👈

parent c2e4b377
...@@ -519,9 +519,3 @@ export async function browserPostEventStream( ...@@ -519,9 +519,3 @@ export async function browserPostEventStream(
return cancelablePromise as any return cancelablePromise as any
} }
} }
export function delay(time) {
return new Promise(function (resolve) {
setTimeout(resolve, time)
})
}
Markdown is supported
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