Skip to content

Commit

Permalink
remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Aug 25, 2024
1 parent 1305d36 commit a268975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ export const DESCRIPTION_SUMMARY_LENGTH = Number(
process.env.DESCRIPTION_SUMMARY_LENGTH || 300
);

export const AGORA_API_KEY = assertNotNull(process.env.AGORA_API_KEY);
export const AGORA_API_KEY = process.env.AGORA_API_KEY;

0 comments on commit a268975

Please sign in to comment.