Skip to content

Commit

Permalink
Make CI typecheck pass
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Dec 22, 2023
1 parent ff92d03 commit ce26da0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/cms-users/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ const plugin = new PluginWithMiddleware(__dirname,
await Promise.all([connect(), papr.connect()])
},
{
// @ts-expect-error fix later
dependencies: () => {
const deps: DependenciesResolver<readonly Zemble.GlobalConfig[]> = [
{
// @ts-expect-error fix later
plugin: mongodb,
},
{
Expand Down
2 changes: 0 additions & 2 deletions packages/cms/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ const plugin = new PluginWithMiddleware(__dirname,
await papr.connect()
},
{
// @ts-expect-error fix later
dependencies: () => {
const deps: DependenciesResolver<readonly Zemble.GlobalConfig[]> = [
{
// @ts-expect-error fix later
plugin: MongoDB,
},
{
Expand Down

0 comments on commit ce26da0

Please sign in to comment.