Skip to content

Commit

Permalink
Remove CONTACT_PERSON_ID env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jan 9, 2025
1 parent 78363e0 commit 6cc705e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tests/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ export const TEST_SEVDESK_API_TOKEN = env
.get("TEST_SEVDESK_API_TOKEN")
.required()
.asString();

export const CONTACT_PERSON_ID = env
.get("CONTACT_PERSON_ID")
.required()
.asString();

0 comments on commit 6cc705e

Please sign in to comment.