[CHORE] Prepare twenty-serverfor twenty-shared multi barrel refactor (#11022)
# Introduction While running https://github.com/twentyhq/twenty/pull/10960 scripts discovers few issues: - Invalid named folder `pre-hooks.ts` - Mock consuming outbound imported module resulting in consumed before initialization
This commit is contained in:
@ -2,7 +2,7 @@ import { Module } from '@nestjs/common';
|
||||
|
||||
import { ViewService } from 'src/modules/view/services/view.service';
|
||||
|
||||
import { ViewDeleteOnePreQueryHook } from './pre-hooks.ts/view-delete-one.pre-query.hook';
|
||||
import { ViewDeleteOnePreQueryHook } from './pre-hooks/view-delete-one.pre-query.hook';
|
||||
@Module({
|
||||
imports: [],
|
||||
providers: [ViewService, ViewDeleteOnePreQueryHook],
|
||||
|
||||
Reference in New Issue
Block a user