Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Apr 6, 2024
1 parent 79e0053 commit 09cac3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scripts/seed/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ import { Scrypt } from "lucia"
import "dotenv/config"
import { generateID } from "@/v2/lib/oslo"


async function main() {

console.log("[SEED] Connecting to database client...")

// this script will only be ran in local dev so we can hardcode the url here
const client = createClient({
url: "http://127.0.0.1:8080",
Expand Down

0 comments on commit 09cac3f

Please sign in to comment.