Skip to content

Commit

Permalink
remove unused forms (can always retrieve from GIT history)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Sep 5, 2023
1 parent 0e23e78 commit 40e60ad
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 215 deletions.
2 changes: 0 additions & 2 deletions docs/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
NEXT_PUBLIC_AIRTABLE_TOKEN=
NEXT_PUBLIC_AIRTABLE_BASE_ID=

NEXT_PUBLIC_AIRTABLE_GET_ACCESS_TABLE_ID=
NEXT_PUBLIC_AIRTABLE_GET_NOTIFIED_TABLE_ID=
NEXT_PUBLIC_AIRTABLE_SEND_MESSAGE_TABLE_ID=
NEXT_PUBLIC_AIRTABLE_MAILING_LIST_TABLE_ID=

Expand Down
121 changes: 0 additions & 121 deletions docs/src/components/forms/get-access.tsx

This file was deleted.

84 changes: 0 additions & 84 deletions docs/src/components/forms/get-notified.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions docs/src/components/forms/table-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ function check(value: string, name: string) {
}
}

export const GET_ACCESS_TABLE_ID =
process.env.NEXT_PUBLIC_AIRTABLE_GET_ACCESS_TABLE_ID || 'NOT_SET';
check(GET_ACCESS_TABLE_ID, 'GET_ACCESS');

export const GET_NOTIFIED_TABLE_ID =
process.env.NEXT_PUBLIC_AIRTABLE_GET_NOTIFIED_TABLE_ID || 'NOT_SET';
check(GET_NOTIFIED_TABLE_ID, 'GET_NOTIFIED');

export const SEND_MESSAGE_TABLE_ID =
process.env.NEXT_PUBLIC_AIRTABLE_SEND_MESSAGE_TABLE_ID || 'NOT_SET';
check(SEND_MESSAGE_TABLE_ID, 'SEND_MESSAGE');
Expand Down

0 comments on commit 40e60ad

Please sign in to comment.