Skip to content

Commit 31b1eae

Browse files
Fix lint issue
1 parent 04fd6b3 commit 31b1eae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/cre-sdk-examples/src/workflows/solana-onchain-write

packages/cre-sdk-examples/src/workflows/solana-onchain-write/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { getBase58Decoder } from '@solana/codecs'
1414
import { z } from 'zod'
1515

1616
const BASE58_DECODER = getBase58Decoder()
17+
1718
import { DataStorage, type UserData } from './DataStorage'
1819

1920
// Validates base58-encoded Solana addresses at config-parse time.

0 commit comments

Comments
 (0)