Skip to content

Commit

Permalink
fix(seeder): image seed not working
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed Dec 3, 2024
1 parent 8b39bdd commit 98b7a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/manifest/src/seed/services/seeder.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class SeederService {
this.seededFiles[`${entityManifest.slug}.${propertyManifest.name}`] =
images

return 'test'
return images
}
}

Expand Down

0 comments on commit 98b7a52

Please sign in to comment.