We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771e581 commit f85763bCopy full SHA for f85763b
src/popup/App.vue
@@ -300,7 +300,7 @@ export default {
300
return
301
}
302
const sse = new EventSource(
303
- `https://service.vuetelemetry.com?url=${this.showcase.url}&isPublic=true&force=true`
+ `https://service.vuetelemetry.com?url=${this.showcase.url}&isPublic=true`
304
)
305
sse.addEventListener('message', (event) => {
306
try {
@@ -318,7 +318,7 @@ export default {
318
319
})
320
321
- // await fetch(`https://vuetelemetry.com/api/analyze?url=${this.showcase.url}&isPublic=true&force=true`, {
+ // await fetch(`https://vuetelemetry.com/api/analyze?url=${this.showcase.url}&isPublic=true`, {
322
// method: 'GET'
323
// })
324
// .then((response) => {
0 commit comments