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

Commit f311d58

Browse files
committed
fix(cms) Linting fix
1 parent 4d38e53 commit f311d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/src/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export async function createUserSeed(strapi, amountOfUsers : number){
1+
export async function createUserSeed(strapi, amountOfUsers: number){
22
console.log("Function called")
33

44
for (let i = 0; i < amountOfUsers; i++) {

0 commit comments

Comments
 (0)