Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 9, 2024
1 parent 0b178ef commit 5dcf6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satellite/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Conf, { Schema } from 'conf'
import path from 'path'
import os from 'os'
import { nanoid, customAlphabet } from 'nanoid'
import { customAlphabet } from 'nanoid'

const nanoidHex = customAlphabet('0123456789abcdef')

Expand Down

0 comments on commit 5dcf6ac

Please sign in to comment.