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

Commit 0664f87

Browse files
committed
fix(cms) Resolve parsing error
1 parent 936d115 commit 0664f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/src/config/seed/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export async function seedUsers(strapi:any){
1+
export async function seedUsers(strapi: any){
22
const amountOfUsers = 10;
33
try {
44
const count = await strapi.entityService.count("plugin::users-permissions.user");

0 commit comments

Comments
 (0)