Skip to content

Commit

Permalink
Merge pull request #210 from richardzcode/cache-config
Browse files Browse the repository at this point in the history
cache config minor fix
  • Loading branch information
richardzcode committed Jan 31, 2018
2 parents 7be7470 + 3ac603b commit 9124a66
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 9124a66

Please sign in to comment.