Skip to content

Commit

Permalink
Update app/utils/aws.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
glayyiyi and coderabbitai[bot] authored Dec 9, 2024
1 parent 44a1cf6 commit 50a241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/aws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export async function sign({
Authorization: authorization,
};
} catch (error) {
console.error("[AWS Signing Error]:", error);
console.error("[AWS Signing Error]: Failed to sign request");
throw new Error("Failed to sign AWS request");
}
}
Expand Down

0 comments on commit 50a241b

Please sign in to comment.