Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove housing team from the list of teams #134

Merged
merged 2 commits into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove housing team from the list of teams
  • Loading branch information
Bogdan committed Jun 16, 2021
commit 8d3067bf744096ae8e04ee31d07e04d0aeaee857
1 change: 0 additions & 1 deletion src/gateways/documents-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class DocumentsApiGateway {
headers: { Authorization: tokens?.documents?.GET },
}
);
console.log('getDocument', data);
return data;
} catch (err) {
console.error(err);
Expand Down
17 changes: 0 additions & 17 deletions teams.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
[
{
"name": "Housing Team",
"googleGroup": "HackneyAll",
"id": "1",
"reasons": [
{
"name": "Housing Reason 1",
"id": "123"
},
{
"name": "Housing Reason 2",
"id": "456"
}
],
"landingMessage": "This is the Housing team landing message",
"slaMessage": "This is the Housing team SLA message"
},
{
"name": "Development Housing Team",
"googleGroup": "development-team-staging",
Expand Down