Skip to content

Commit ede5bc0

Browse files
committed
⚰️ remove dashboard endpoint
1 parent 19616e9 commit ede5bc0

File tree

4 files changed

+2
-429
lines changed

4 files changed

+2
-429
lines changed

src/features/organisations/__tests__/fetch-organisation-public-poll-dashboard.spec.ts

Lines changed: 0 additions & 364 deletions
This file was deleted.

src/features/organisations/__tests__/fixtures/organisations.fixture.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ export const CREATE_ORGANISATION_PUBLIC_POLL_SIMULATION_ROUTE =
5656
export const FETCH_ORGANISATION_PUBLIC_POLL_SIMULATIONS_ROUTE =
5757
'/organisations/v1/:userId/public-polls/:pollIdOrSlug/simulations'
5858

59-
export const FETCH_ORGANISATION_PUBLIC_POLL_DASHBOARD_ROUTE =
60-
'/organisations/v1/:userId/public-polls/:pollIdOrSlug/dashboard'
61-
6259
type TestAgent = ReturnType<typeof supertest>
6360

6461
const organisationTypes = Object.values(OrganisationType)

0 commit comments

Comments
 (0)