Commit 1f47d19e authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Fixing build errors

1 merge request!558creating and accepting subscriptions
Pipeline #85608665 running with stages
......@@ -85,7 +85,7 @@ export class SubscribeButton {
}
if (this._user.mode === 2) {
return this.request();
return this.requestSubscribe();
}
this._user.subscribed = true;
......@@ -106,7 +106,7 @@ export class SubscribeButton {
});
}
async request() {
async requestSubscribe() {
this._user.pending_subscribe = true;
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment