Skip to content

Commit

Permalink
void result
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Sep 12, 2024
1 parent 8be46ad commit 37b8081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockstore/fragment-gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { bs, ensureSuperLog, Logger, Result, SuperThis } from "@fireproof/core";

import { base58btc } from "multiformats/bases/base58";
import { encode, decode } from "cborg";
import { VoidResult } from "./gateway";


function getFragSize(url: URI): number {
const fragSize = url.getParam("fragSize");
Expand Down

0 comments on commit 37b8081

Please sign in to comment.