Skip to content

Commit

Permalink
Export the default cloud storage key location
Browse files Browse the repository at this point in the history
  • Loading branch information
zkharit committed Dec 11, 2024
1 parent cefc9eb commit e852791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wicked-frogs-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@turnkey/telegram-cloud-storage-stamper": patch
---

Export the default cloud storage api key location
2 changes: 1 addition & 1 deletion packages/telegram-cloud-storage-stamper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type CloudStorageAPIKey = {
};

// Constant for default key name
const DEFAULT_TURNKEY_CLOUD_STORAGE_KEY = "TURNKEY_API_KEY";
export const DEFAULT_TURNKEY_CLOUD_STORAGE_KEY = "TURNKEY_API_KEY";

/**
* Stamper to use within a `TurnkeyClient`
Expand Down

0 comments on commit e852791

Please sign in to comment.