Update project-queue.ts

This commit is contained in:
Daniel Hougaard
2024-02-20 02:46:33 +01:00
parent 75813deb81
commit 0f3ec51d14

View File

@@ -330,6 +330,7 @@ export const projectQueueFactory = ({
const payload: TSecrets = {
...rawSecret.original,
keyEncoding: SecretKeyEncoding.UTF8,
secretKeyCiphertext: secretKeyEncrypted.ciphertext,
secretKeyIV: secretKeyEncrypted.iv,