Skip to content

Commit

Permalink
fix: decrypt lock
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinbrewer committed Jan 17, 2025
1 parent 97db289 commit 71e780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jseql/src/eql/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class EqlClient {
context,
})

const decryptedPayload = await decrypt(
return await decrypt(
this.client,
encryptedPayload.c,
{
Expand Down

0 comments on commit 71e780b

Please sign in to comment.