We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46d822 commit b323feaCopy full SHA for b323fea
mod_test.ts
@@ -81,5 +81,5 @@ Deno.test("example", async () => {
81
headers: { "content-length": body.length.toString() },
82
body,
83
});
84
- const req = await signer.sign("s3", request);
+ const _req = await signer.sign("s3", request);
85
0 commit comments