Bug in cancelTrip method from User datasource
@stemmlerjs 已经在做这个了。
开始于 2020年2月18日。
评估
这个 Issue 还没有评估数据。
描述
Due to this line cancelTrip throws an error.
{
"errors": [
{
"message": "Cannot read property 'flight_number' of undefined",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"cancelTrip"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"stacktrace": [
"TypeError: Cannot read property 'flight_number' of undefined",
// ....
Following change will fix the error.
async cancelTrip({ launchId }) {
const userId = this.context.user.id;
const numberOfDeletedTrips = await this.store.trips.destroy({ where: { userId, launchId } });
return numberOfDeletedTrips !== 0;
}
As per the doc of destroy it returns number of deleted resources wrapped in Promise. So it should be resolved to get the count to decide if resources are deleted or not.
- 主要语言
- TypeScript
- 星标
- 1.2k
- 派生
- 808
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
apollographql/fullstack-tutorial 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 35/100
-
investigate
难度 4/5 3-5 天 新手友好度 30/100
-
documentation
apollographql/fullstack-tutorial#285 · 3 条评论 · 已指派 1 人 ·
-
investigate
难度 3/5 1-2 天 新手友好度 35/100
apollographql/fullstack-tutorial#255 · 2 个 reaction ·
-
enhancement
难度 4/5 3-5 天 新手友好度 25/100
apollographql/fullstack-tutorial#254 · 2 条评论 ·
查看 apollographql/fullstack-tutorial 的全部 Issue
相似的 Issue
-
VerificationGate: ATTRIBUTION quote guard never matches a normal quotation (\b around the quote) 未关闭
难度 2/5 1-3 小时 新手友好度 75/100
danielmiessler/LifeOS#2234 ·
-
T: Bug
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 1/5 1 小时以内 新手友好度 85/100
-
Mend: dependency security vulnerability untriaged
难度 2/5 1-3 小时 新手友好度 70/100