fix spot name

This commit is contained in:
nick-delirium 2024-08-29 17:49:37 +02:00
parent a0b13b2195
commit 251de2bf9c
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
2 changed files with 3 additions and 3 deletions

View file

@ -171,7 +171,7 @@ export default defineBackground(() => {
}
return true;
}
const resp = await fetch(`${ingest}/api/spot/refresh`, {
const resp = await fetch(`${ingest}/spot/refresh`, {
method: "GET",
headers: {
Authorization: `Bearer ${jwtToken}`,
@ -461,7 +461,7 @@ export default defineBackground(() => {
}
if (!pingInt) {
pingInt = setInterval(() => {
void pingJWT();
void pingJWT(url);
}, PING_INT)
}
});

View file

@ -1,6 +1,6 @@
{
"extName": {
"message": "Spot"
"message": "OpenReplay Spot"
},
"extDescription": {
"message": "Spot enables a super-fast way to report bugs, providing engineers with all the context they need to fix them."