Typo fix
This commit is contained in:
parent
94a600d28e
commit
bf544836fa
@ -19,7 +19,7 @@ async function checkNewVersion(url: string, statusMessage: StatusMessage) {
|
|||||||
|
|
||||||
let response = await fetch(url, {
|
let response = await fetch(url, {
|
||||||
headers,
|
headers,
|
||||||
credentials: "omit",
|
credentials: "omit"
|
||||||
})
|
})
|
||||||
|
|
||||||
// Not modified response
|
// Not modified response
|
||||||
|
Loading…
Reference in New Issue
Block a user