Skip to content

Commit

Permalink
cache config minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardzcode committed Jan 31, 2018
1 parent 7be7470 commit 3ac603b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/aws-amplify/src/Cache/StorageCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export default class StorageCache {
if (config.keyPrefix) {
logger.warn(`Don't try to configure keyPrefix!`);
}
config.keyPrefix = this.config.keyPrefix;

this.config = Object.assign({}, this.config, config);
this.checkConfig();
Expand Down

0 comments on commit 3ac603b

Please sign in to comment.