Skip to content

Commit

Permalink
remove dangling import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shuesken committed Aug 10, 2024
1 parent 9db3c1e commit 3a8c5fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validation/repost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
} from "../common/constants.ts";
import { DEV_PUBKEY } from "../common/constants.ts";
import { validateEvent } from "./validate.ts";
import { NSet } from "@nostrify/nostrify";

async function getRelayPool(isDev: true | undefined) {
const relays = isDev ? DEV_RELAYS : DEFAULT_RELAYS;
Expand Down

0 comments on commit 3a8c5fc

Please sign in to comment.