mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-02 05:04:28 +01:00
Remove unused imports
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { type AppController } from '@/app.ts';
|
||||
import { nip19 } from '@/deps.ts';
|
||||
|
||||
import { getAuthor } from '../client.ts';
|
||||
import { toAccount } from '../transmute.ts';
|
||||
import { bech32ToPubkey, isNostrId } from '../utils.ts';
|
||||
import { bech32ToPubkey } from '../utils.ts';
|
||||
|
||||
const credentialsController: AppController = async (c) => {
|
||||
const pubkey = c.get('pubkey')!;
|
||||
|
||||
Reference in New Issue
Block a user