Skip to content

Commit

Permalink
fix(analytics): personalize typo (#10965)
Browse files Browse the repository at this point in the history
fixes typo for Cache prefix for personalize helper

Co-authored-by: AllanZhengYP <zheallan@amazon.com>
  • Loading branch information
Bannon Tanner and AllanZhengYP authored Feb 23, 2023
1 parent 2c5ff37 commit 4901f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Cache } from '@aws-amplify/cache';
const PERSONALIZE_CACHE = '_awsct';
const PERSONALIZE_CACHE_USERID = '_awsct_uid';
const PERSONALIZE_CACHE_SESSIONID = '_awsct_sid';
const DEFAULT_CACHE_PREFIX = 'peronslize';
const DEFAULT_CACHE_PREFIX = 'personalize';
const TIMER_INTERVAL = 30 * 1000;
const DELIMITER = '.';
const CACHE_EXPIRY_IN_DAYS = 7;
Expand Down

0 comments on commit 4901f55

Please sign in to comment.