Skip to content

Commit

Permalink
fix: comment putmeta code to check functional test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Sep 20, 2024
1 parent 207fb63 commit 56f5049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class GetResponseTransformer
atValue.value = await _decrypt(atValue, decryptionService, tuple.one);
tuple.one.metadata.isEncrypted = true;
// update the same key with isEncrypted set in metadata
await _atClient.putMeta(tuple.one);
// await _atClient.putMeta(tuple.one);
} on FormatException {
// trying to decrypt plain data will result in FormatException.
if (atValue.metadata!.encoding != null) {
Expand Down

0 comments on commit 56f5049

Please sign in to comment.