mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
set secret blind index count to Number
This commit is contained in:
committed by
Akhil Mohan
parent
a2bd808196
commit
558315c24b
@@ -35,7 +35,7 @@ export const secretBlindIndexServiceFactory = ({
|
||||
}
|
||||
|
||||
const secretCount = await secretBlindIndexDAL.countOfSecretsWithNullSecretBlindIndex(projectId);
|
||||
return secretCount;
|
||||
return Number(secretCount);
|
||||
};
|
||||
|
||||
const getProjectSecrets = async ({ projectId, actorId, actor }: TGetProjectSecretsDTO) => {
|
||||
|
||||
Reference in New Issue
Block a user