Skip to content

Commit 1aea342

Browse files
committed
Fix TS doc
1 parent 883eb9a commit 1aea342

File tree

1 file changed

+8
-0
lines changed
  • packages/shared/akamai-edgeworker-sdk/src/featureStore

1 file changed

+8
-0
lines changed

packages/shared/akamai-edgeworker-sdk/src/featureStore/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ export class EdgeFeatureStore implements LDFeatureStore {
9595

9696
// This method is used to retrieve the environment payload from the edge
9797
// provider. It will cache the payload for the duration of the cacheTtlMs.
98+
99+
100+
/**
101+
* This method is used to retrieve the environment payload from the edge
102+
* provider. It will cache the payload for the duration of the cacheTtlMs.
103+
*
104+
* @returns
105+
*/
98106
private async _getStorePayload(): Promise<ReturnType<typeof deserializePoll>> {
99107
let payload = this._cache.get();
100108
if (payload !== undefined) {

0 commit comments

Comments
 (0)