Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(server): subscription rewards and templates seed
Browse files Browse the repository at this point in the history
  • Loading branch information
zifahm committed Jul 3, 2023
1 parent 8db1d3b commit 409a683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/src/itemCategory/itemCategory.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export class ItemCategoryService implements OnModuleInit {
) {}

onModuleInit() {
// this.seedSubscriptionReward();
// this.seedDefaultTemplateAndForms();
this.seedSubscriptionReward();
this.seedDefaultTemplateAndForms();
}

async createCategory({
Expand Down

0 comments on commit 409a683

Please sign in to comment.