Commit 7483d702 authored by 박민석's avatar 박민석

fix lint

parent 7866693e
Pipeline #21075 passed with stages
in 3 minutes and 51 seconds
......@@ -192,7 +192,7 @@
const reader = response.body?.getReader()
const decoder = new TextDecoder('utf-8')
function readStream() {
function readStream () {
return reader?.read().then(({ done, value }) => {
if (done) {
isLoading = false
......
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