Skip to content

Commit

Permalink
update back to origin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WantClue committed Sep 8, 2024
1 parent 0959629 commit b3af78b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class GithubUpdateService {
public getReleases(currentASICModel: eASICModel): Observable<GithubRelease[]> {
console.log('Fetching releases for ASIC model:', currentASICModel);
return this.httpClient.get<GithubRelease[]>(
'https://api.github.com/repos/WantClue/ESP-Miner-WantClue/releases'
'https://api.github.com/repos/Skot/ESP-Miner/releases'
).pipe(
tap(releases => console.log('Fetched releases:', releases)),
map(releases => releases.map(release => {
Expand Down

0 comments on commit b3af78b

Please sign in to comment.