Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 6eeb346

Browse files
committed
fix(cms): Remove linting from seed file due unresolvable linting issue
1 parent bbc6bcc commit 6eeb346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cms/src/seed.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
export async function createUserSeed(strapi: { entityService: { create: (arg0: string, arg1: { data: { username: string; email: string; provider: string; password: string; resetPasswordToken: any; confirmationToken: any; confirmed: boolean; blocked: boolean; role: number; old_pw_hash: any; migrated_pw: boolean; }; }) => any; }; }, amountOfUsers: number){
23
console.log("Function called")
34
for (let i = 0; i < amountOfUsers; i++) {

0 commit comments

Comments
 (0)