Skip to content

Commit

Permalink
Fix in-line comment (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny-statsig authored Aug 16, 2024
1 parent cc847c0 commit 7739416
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/interfaces/IUserPersistentStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ export type StickyValues = {
export type UserPersistedValues = Record<string, StickyValues>;

/**
* An adapter for implementing custom storage of config specs.
* Useful for backing up data in memory.
* Can also be used to bootstrap Statsig server.
* A storage adapter for persisted values. Can be used for sticky bucketing users in experiments.
*/
export interface IUserPersistentStorage {
/**
Expand Down

0 comments on commit 7739416

Please sign in to comment.