Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
VIBR0X committed Jun 11, 2023
1 parent 11ff110 commit 553f7c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/page/feed/feed.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { DataService } from '../../data.service';
import { IEvent, IEventContainer } from '../../interfaces';
import { Router } from '@angular/router';
import * as moment from 'moment';
import { API } from '../../../api';

export const TITLE = 'Feed';

Expand All @@ -26,7 +25,6 @@ export class FeedComponent implements OnInit {

/** Initialize initial list wiht API call */
ngOnInit() {
console.log(API.Communities)
/* If this is a child component */
if (this.containers) {
return;
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,
hmr: false,
apiUrl:'https://gymkhana.iitb.ac.in/instiapp/',
apiUrl: 'https://gymkhana.iitb.ac.in/instiapp/',
host: 'https://www.insti.app/',
sso_host: 'https://gymkhana.iitb.ac.in/sso/oauth/authorize/',
sso_client_id: 'vR1pU7wXWyve1rUkg0fMS6StL1Kr6paoSmRIiLXJ',
Expand Down

0 comments on commit 553f7c3

Please sign in to comment.