We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f567f commit ce80a9eCopy full SHA for ce80a9e
src/commands/Checkin.ts
@@ -183,7 +183,7 @@ export default class Checkin extends Command {
183
*/
184
private async getFutureEvents(): Promise<PortalEvent[]> {
185
try {
186
- const portalAPIResponse = (await got(`https://testing.api.acmucsd.com/api/v2/event/future`, {
+ const portalAPIResponse = (await got(`${this.client.settings.portalAPI.url}/event/future`, {
187
headers: {
188
'Content-Type': 'application/json',
189
Authorization: `Bearer ${this.client.apiToken}`,
0 commit comments