- Node.js 版本:18.16.0
- NPM版本:
- 斯特拉皮版本:4.11.1
- 数据库:PostgreSQL
- 操作系统:macOS
- 你的项目是Javascript还是Typescript:Typescript
Starting the compilation for TypeScript files in /Users/alexgao/Dev/asiagames-app/apps/asiagames-strapi
src/api/game/controllers/game.ts:13:59 - error TS2349: This expression is not callable.
Type '{}' has no call signatures.
13 const result = await strapi.service('api::game.game').findByUUID(uuid, sanitizedQueryParams);
~~~~~~~~~~
Found 1 error(s).
重现行为的步骤
预期行为
兼容打字稿
截图如果适用,请添加屏幕截图以帮助解释您的问题。
代码片段如果适用,请添加代码示例以帮助解释您的问题。
额外的背景信息在此处添加有关该问题的任何其他上下文。