Skip to content

Commit

Permalink
fix: analyzer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Jan 18, 2024
1 parent daf6a73 commit 1d7c99e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/at_chops/lib/src/at_chops_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ class AtChopsImpl extends AtChops {
throw AtEncryptionException(
'Cannot find encryption algorithm for encryption key type $encryptionKeyType');
}
return null;
}

AtEncryptionKeyPair? _getEncryptionKeyPair(String? keyName) {
Expand Down

0 comments on commit 1d7c99e

Please sign in to comment.