Skip to content

Commit

Permalink
feat: add fake users seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Feb 17, 2024
1 parent 3c79bbd commit 382f3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/seeders/user.seed.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Argon2id } from "oslo/password";
import { faker } from "@faker-js/faker";
import { Argon2id } from "oslo/password";
import { typeid } from "typeid-js";

import { type KyselyDatabase } from "@/model/client";
Expand Down

0 comments on commit 382f3aa

Please sign in to comment.