Skip to content

Commit

Permalink
fix biome
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnd350309 committed Jan 12, 2025
1 parent 50b42db commit 85ae5dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/node/src/handlers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Stream } from "@libp2p/interface";
import { NetworkPb, streamToUint8Array } from "@ts-drp/network";
import type { DRP, DRPObject, IACL, ObjectPb, Vertex } from "@ts-drp/object";
import type { DRPObject, IACL, ObjectPb, Vertex } from "@ts-drp/object";
import { fromString as uint8ArrayFromString } from "uint8arrays/from-string";
import { type DRPNode, log } from "./index.js";

Expand Down
1 change: 0 additions & 1 deletion packages/object/tests/hashgraph.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ describe("Vertex timestamp tests", () => {
});
});


describe("Writer permission tests", () => {
let obj1: DRPObject;
let obj2: DRPObject;
Expand Down

0 comments on commit 85ae5dc

Please sign in to comment.