Compare commits

...

1 Commits

Author SHA1 Message Date
5246a1cab3 patch check for version 2024-02-07 12:44:03 -05:00

View File

@ -549,7 +549,7 @@ export const secretServiceFactory = ({
secretType = SecretType.Shared;
}
const secret = await (typeof version === undefined
const secret = await (version === undefined
? secretDAL.findOne({
folderId,
type: secretType,