Skip to content

Commit

Permalink
Type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Feb 27, 2025
1 parent 222f3b9 commit 77653c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarn-project/cli/src/cmds/misc/generate_bootnode_enr.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type LogFn } from '@aztec/foundation/log';
import type { LogFn } from '@aztec/foundation/log';
import { createBootnodeENR } from '@aztec/p2p/enr';

export async function generateEncodedBootnodeENR(
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/cli/src/cmds/misc/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type LogFn } from '@aztec/foundation/log';
import type { LogFn } from '@aztec/foundation/log';
import { printENR } from '@aztec/p2p/enr';

import type { Command } from 'commander';
Expand Down

0 comments on commit 77653c0

Please sign in to comment.