Fixed mangled merge where getSubscriptions became getAllSubscriptions

pull/479/head
Isaac Abadi 4 years ago
parent be94bc81c8
commit 829b8af942

@ -529,7 +529,7 @@ export class PostsService implements CanActivate {
} }
getAllSubscriptions() { getAllSubscriptions() {
return this.http.post<GetAllSubscriptionsResponse>(this.path + 'getAllSubscriptions', {}, this.httpOptions); return this.http.post<GetAllSubscriptionsResponse>(this.path + 'getSubscriptions', {}, this.httpOptions);
} }
getCurrentDownloads(uids: Array<string> = null) { getCurrentDownloads(uids: Array<string> = null) {

Loading…
Cancel
Save