Skip to content

Commit

Permalink
refactor: Remove unused 'integrations' from frontend environment
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Sep 28, 2023
1 parent 5e118b9 commit 95a5e85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions frontend/src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,4 @@ export const environment = {
authentication: 'OAuth mock',
usernameAttribute: 'sub',
environment: 'development',
integrations: {
modelsources: {
t4c: true,
git: true,
},
},
};
6 changes: 0 additions & 6 deletions frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,4 @@ export const environment = {
authentication: 'OAuth mock',
usernameAttribute: 'sub',
environment: 'production',
integrations: {
modelsources: {
t4c: true,
git: true,
},
},
};

0 comments on commit 95a5e85

Please sign in to comment.