Skip to content

Commit

Permalink
fix Github releases url
Browse files Browse the repository at this point in the history
  • Loading branch information
brynbellomy committed Mar 12, 2018
1 parent 8564dc0 commit f6bb43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class Store extends EventEmitter
}

async checkForUpdates(walletVersion) {
let resp = await fetch('https://api.github.com/SpectivOfficial/wallet/releases/latest')
let resp = await fetch('https://api.github.com/repos/SpectivOfficial/wallet/releases/latest')

if (resp.status === 404) {
return
Expand Down

0 comments on commit f6bb43b

Please sign in to comment.