mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Remove unused imports
This commit is contained in:
parent
693b200562
commit
dabc3b7e3a
1 changed files with 1 additions and 2 deletions
|
|
@ -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')!;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue