Skip to content

Commit

Permalink
chore(cb2-11004): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangidas committed May 2, 2024
1 parent 42ae404 commit 29b8bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/LambdaService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LambdaService {
public validateInvocationResponse(
response: InvocationResponse
): Promise<any> {
console.warn('payload', response.Payload);
console.warn("payload", response.Payload);
if (
!response.Payload ||
Buffer.from(response.Payload).toString() === "" ||
Expand Down

0 comments on commit 29b8bd5

Please sign in to comment.