Skip to content

Commit 4bb2f3b

Browse files
feat: Updated sdks/ts/src/env.ts (#235)
Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
1 parent 79eae2d commit 4bb2f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdks/ts/src/env.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// env.ts
22

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

0 commit comments

Comments
 (0)