Skip to content

Commit

Permalink
fix listSecretsPathResourceModel
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Jul 20, 2023
1 parent c9c0982 commit 0d84661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ public List<String> listSecretsPathResourceModel(Map<String, Object> configurati
keys.add(privateKeyStoragePath);
}

return null;
return keys;

}

Expand Down

0 comments on commit 0d84661

Please sign in to comment.