Skip to content

Commit

Permalink
fix(mutation): use schema names for mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Brandt committed Jun 7, 2022
1 parent 3bec593 commit cbe8921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ccn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export default class TencentCcn extends BaseService implements Service {

getConnections = getConnections.bind(this)

mutation = getMutation(schemasMap[services.camUser])
mutation = getMutation(schemasMap[services.ccn])
}

0 comments on commit cbe8921

Please sign in to comment.