Skip to content

Commit

Permalink
Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Nov 16, 2023
1 parent 4a2b72a commit 3c39910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
hasProperty,
getSafeJson,
} from '@metamask/utils';
import type { Duplex } from 'stream';
import type { Duplex } from 'readable-stream';
import { validate } from 'superstruct';

import { log } from '../logging';
Expand Down

0 comments on commit 3c39910

Please sign in to comment.