Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
yugank1991 committed Aug 5, 2019
1 parent ee521d1 commit fb6102f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ export const CONFIG: IConfig = {
},
'functionsUrl': `https://bitwiser-edu.firebaseapp.com/${appConstants.API_VERSION}`,
'editorUrl': 'https://bitwiser-edu.firebaseapp.com/trivia-editor',
'hightlighJsURL': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js',
'hightlighCSSURL': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/a11y-light.min.css',
'katexCSSURL': 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css',
'termsAndConditionsUrl': 'https://bitwiser-edu.io/terms-and-conditions',
'privacyUrl': 'https://bitwiser-edu.io/terms-and-conditions',
'ua_id': 'UA-122807814-1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ export const CONFIG: IConfig = {
},
'functionsUrl': `https://bitwiser-edu.firebaseapp.com/${appConstants.API_VERSION}`,
'editorUrl': 'https://bitwiser-edu.firebaseapp.com/trivia-editor',
'hightlighJsURL' : 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js',
'hightlighCSSURL' : 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/a11y-light.min.css',
'katexCSSURL' : 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css',
'termsAndConditionsUrl': 'https://bitwiser-edu.io/terms-and-conditions',
'privacyUrl': 'https://bitwiser-edu.io/terms-and-conditions',
'privacyUrl': 'https://bitwiser-edu.io/privacy-policy',
'ua_id': 'UA-122807814-1'
};

Expand Down
9 changes: 2 additions & 7 deletions projects/shared-library/src/lib/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,9 @@ export const CONFIG: IConfig = {
messagingSenderId: '701588063269'
},
'functionsUrl': `https://rwa-trivia-dev-e57fc.firebaseapp.com/${appConstants.API_VERSION}`,
'editorUrl': 'https://rwa-trivia-dev-e57fc.firebaseapp.com/trivia-editor',
'hightlighJsURL': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js',
'hightlighCSSURL': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/a11y-light.min.css',
'katexCSSURL': 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css',
'addressByLatLongURL': 'https://maps.googleapis.com/maps/api/geocode/json',
'addressSuggestionsURL': 'https://maps.googleapis.com/maps/api/place/autocomplete/json',
'editorUrl': 'https://rwa-trivia-dev-e57fc.firebaseapp.com/trivia-editor',
'termsAndConditionsUrl': 'https://bitwiser.io/terms-and-conditions',
'privacyUrl': 'https://bitwiser.io/terms-and-conditions',
'privacyUrl': 'https://bitwiser.io/privacy-policy',
'ua_id': 'UA-122807814-1',
};

Expand Down
3 changes: 0 additions & 3 deletions projects/shared-library/src/lib/environments/iconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ export interface IConfig {
firebaseConfig: FirebaseAppConfig;
functionsUrl: string;
editorUrl: string;
hightlighJsURL: string;
hightlighCSSURL: string;
katexCSSURL: string;
ua_id: string;
termsAndConditionsUrl: string;
privacyUrl: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ export const CONFIG: IConfig = {
},
'functionsUrl': `https://rwa-trivia-dev-e57fc.firebaseapp.com/${appConstants.API_VERSION}`,
'editorUrl': 'https://rwa-trivia-dev-e57fc.firebaseapp.com/trivia-editor',
'hightlighJsURL': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js',
'hightlighCSSURL': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/a11y-light.min.css',
'katexCSSURL': 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css',
'addressByLatLongURL': 'https://maps.googleapis.com/maps/api/geocode/json',
'addressSuggestionsURL': 'https://maps.googleapis.com/maps/api/place/autocomplete/json',
'termsAndConditionsUrl': 'https://rwa-trivia-dev-e57fc.firebaseapp.com/terms-and-conditions',
'privacyUrl': 'https://rwa-trivia-dev-e57fc.firebaseapp.com/terms-and-conditions',
'privacyUrl': 'https://rwa-trivia-dev-e57fc.firebaseapp.com/privacy-policy',
'ua_id': 'UA-122807814-1'
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ export const CONFIG: IConfig = {
},
'functionsUrl': `https://bitwiser.io`,
'editorUrl': 'https://bitwiser.io/editor',
'hightlighJsURL' : 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js',
'hightlighCSSURL' : 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/a11y-light.min.css',
'katexCSSURL' : 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css',
'addressByLatLongURL': 'https://maps.googleapis.com/maps/api/geocode/json',
'addressSuggestionsURL': 'https://maps.googleapis.com/maps/api/place/autocomplete/json',
'termsAndConditionsUrl': 'https://bitwiser.io/terms-and-conditions',
'privacyUrl': 'https://bitwiser.io/terms-and-conditions',
'privacyUrl': 'https://bitwiser.io/privacy-policy',
'ua_id': 'UA-122807814-1'
};

Expand Down

0 comments on commit fb6102f

Please sign in to comment.