Skip to content

Commit

Permalink
#162 rework poi db controller
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGrabitzky committed Sep 19, 2023
1 parent 488a208 commit 45b58e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Server/src/services/db/poi.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ export default class POIController {
uid: uid
},
include: {
type: true,
track: true
type: true
}
})
}
Expand Down

0 comments on commit 45b58e6

Please sign in to comment.