Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed May 1, 2024
1 parent 7842f5a commit 718b12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/src/plugins/seed.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PublicKey } from '@metaplex-foundation/umi';
import { BaseSeed } from '../generated';
import { RenameToType } from '../utils';
import { PublicKey } from '@metaplex-foundation/umi';

export type Seed =
| Exclude<RenameToType<BaseSeed>, { type: 'Address' } | { type: 'Bytes' }>
Expand Down

0 comments on commit 718b12a

Please sign in to comment.