Skip to content

Commit

Permalink
refactor: change type import to official capire recommendation (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNickest authored Apr 4, 2024
1 parent e2712ac commit ead660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello/srv/world.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Request } from "@sap/cds/apis/services"
import { Request } from "@sap/cds"

module.exports = class say {
hello(req: Request) {
Expand Down

0 comments on commit ead660b

Please sign in to comment.