Skip to content

Commit

Permalink
fix: long type (#2700)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <[email protected]>
  • Loading branch information
ivaylonikolov7 authored Dec 6, 2024
1 parent addc3c5 commit 07c7700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 463 deletions.
6 changes: 2 additions & 4 deletions src/FeeComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
*/

import * as HashgraphProto from "@hashgraph/proto";

/**
* @typedef {import("./types/long").default} Long
*/
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import Long from "long";
export default class FeeComponents {
/**
* @param {object} [props]
Expand Down
Loading

0 comments on commit 07c7700

Please sign in to comment.