We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79df5f5 commit 952b47aCopy full SHA for 952b47a
src/manager.ts
@@ -48,11 +48,6 @@ export class SecretsManager implements ISecretsManager {
48
const attachedId = `${namespace}:${id}`;
49
const attachedInput = this._attachedInputs.get(attachedId);
50
51
- // Do not attach the input if it is already attached.
52
- if (attachedInput === input) {
53
- return;
54
- }
55
-
56
// Detach the previous input.
57
if (attachedInput) {
58
this.detach(namespace, id);
0 commit comments