Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi1osof committed Nov 24, 2018
1 parent b34e268 commit 5ff4602
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/modules/processor/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,15 @@ export default class ImportProcessor extends PrismaProcessor {

await this.initDB(args);

// await this.importUsers();
// await this.importBlogs();
// await this.importTopics();
// await this.importComments();
// await this.importTags();
// await this.importNotificationTypes();

// await this.importTeams();
// await this.importServices();
await this.importUsers();
await this.importBlogs();
await this.importTopics();
await this.importComments();
await this.importTags();
await this.importNotificationTypes();

await this.importTeams();
await this.importServices();
await this.importProjects();

// await this.importVotes();
Expand Down

0 comments on commit 5ff4602

Please sign in to comment.