From d8c1ddf484a0525ae3fdf0f49af29f38c28dc92a Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 15 Feb 2023 16:21:41 +0100 Subject: [PATCH] fix: just trigger release --- src/cli/lib.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/lib.ts b/src/cli/lib.ts index 4508bd6..7a8100d 100644 --- a/src/cli/lib.ts +++ b/src/cli/lib.ts @@ -37,6 +37,7 @@ export async function listFilesAndCidsInCar({input}: {input: string}) { } } +// cid code const carCode = 0x0202 export async function hashCar({input}: {input: string}) {