Skip to content
Snippets Groups Projects
Commit 577a116b authored by Mark Yan's avatar Mark Yan
Browse files

Merge branch 'slb/dm3/fix-cache-keu' into 'master'

fix: fixed cache key

See merge request !701
parents 7131fc69 566538cd
No related branches found
No related tags found
1 merge request!701fix: fixed cache key
Pipeline #180569 failed
......@@ -36,4 +36,4 @@ newman
*.bak
# dump file
*.rdb
*.rdb
\ No newline at end of file
......@@ -111,7 +111,7 @@ export class AzureDataEcosystemServices extends AbstractDataEcosystemCore {
cosmosKeyConfigs.value)).value;
}
cache.set<string>(dataPartitionID, JSON.stringify({
cache.set<string>(cacheKey, JSON.stringify({
endpoint: cosmosEndpointConfigs.value, key: cosmosKeyConfigs.value
}), 3600);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment