fix spot name
This commit is contained in:
parent
a0b13b2195
commit
251de2bf9c
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue