Skip to content

Commit f85763b

Browse files
committed
chore: remove force
1 parent 771e581 commit f85763b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/popup/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export default {
300300
return
301301
}
302302
const sse = new EventSource(
303-
`https://service.vuetelemetry.com?url=${this.showcase.url}&isPublic=true&force=true`
303+
`https://service.vuetelemetry.com?url=${this.showcase.url}&isPublic=true`
304304
)
305305
sse.addEventListener('message', (event) => {
306306
try {
@@ -318,7 +318,7 @@ export default {
318318
}
319319
})
320320
321-
// await fetch(`https://vuetelemetry.com/api/analyze?url=${this.showcase.url}&isPublic=true&force=true`, {
321+
// await fetch(`https://vuetelemetry.com/api/analyze?url=${this.showcase.url}&isPublic=true`, {
322322
// method: 'GET'
323323
// })
324324
// .then((response) => {

0 commit comments

Comments
 (0)