Remove unused import

This commit is contained in:
Adw8 2025-01-27 19:31:07 +05:30
parent 3514c04c25
commit 2823b8c13e

View File

@ -3,7 +3,6 @@ import { TOKEN_PROGRAM_ID } from '@solana/spl-token';
import { AppDataSource } from '../data-source';
import { Payment } from '../entity/Payment';
import { getManager } from 'typeorm';
const SOLANA_RPC_URL = process.env.NEXT_PUBLIC_SOLANA_RPC_URL;
const SOLANA_WEBSOCKET_URL = process.env.NEXT_PUBLIC_SOLANA_WEBSOCKET_URL;