Delete me
This commit is contained in:
@@ -78,7 +78,7 @@ class UpdateNotifier extends React.Component<Props, State> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async fetchReleases(): Promise<Array<GithubRelease>> {
|
private async fetchReleases(): Promise<Array<GithubRelease>> {
|
||||||
const res = await axios.get('https://api.github.com/repos/thomasnordquist/mqtt-explorer/releases', {
|
const res = await axios.get('https://api.github.com/repos/thomasnordquist/mqtt-explorer-deploy-test/releases', {
|
||||||
headers: {
|
headers: {
|
||||||
accept: 'application/vnd.github.v3.full+json',
|
accept: 'application/vnd.github.v3.full+json',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user