Skip to content

Commit

Permalink
[DJ] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitar committed Sep 18, 2024
1 parent 3fce9da commit bcaf661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@
]
},
"packageManager": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion src/lib/features/project/project-service.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ beforeAll(async () => {
const config = createTestConfig({
getLogger,
experimental: {
flags: { archiveProjects: true },
flags: { archiveProjects: true, useProjectReadModel: true },
},
});
eventService = createEventsService(db.rawDatabase, config);
Expand Down

0 comments on commit bcaf661

Please sign in to comment.