Skip to content

Commit

Permalink
FIX : Service imported from wrong location, now it's imported from '@…
Browse files Browse the repository at this point in the history
…sap/cds'
  • Loading branch information
dragolea committed Jan 16, 2024
1 parent 30540fb commit d81216f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/util/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { type Request } from '@sap/cds/apis/events';
import { type Constructable } from '@sap/cds/apis/internal/inference';
import { type Service, type ServiceImpl, type TypedRequest } from '@sap/cds/apis/services';
import { type ServiceImpl, type TypedRequest } from '@sap/cds/apis/services';

import type { Service } from '@sap/cds';

enum HandlerType {
Before,
Expand Down

0 comments on commit d81216f

Please sign in to comment.