Skip to content

Commit

Permalink
feat: Updated sdks/ts/src/env.ts (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
  • Loading branch information
sweep-ai[bot] authored Apr 18, 2024
1 parent 79eae2d commit 4bb2f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/ts/src/env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// env.ts

// Initialize JULEP_API_KEY and JULEP_API_URL with empty strings. These will be updated based on environment variables if available.
let JULEP_API_KEY = "";
let JULEP_API_URL = "";

Expand Down

0 comments on commit 4bb2f3b

Please sign in to comment.