Skip to content

Commit cbe8921

Browse files
author
Christopher Brandt
committed
fix(mutation): use schema names for mutations
1 parent 3bec593 commit cbe8921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/ccn/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export default class TencentCcn extends BaseService implements Service {
1414

1515
getConnections = getConnections.bind(this)
1616

17-
mutation = getMutation(schemasMap[services.camUser])
17+
mutation = getMutation(schemasMap[services.ccn])
1818
}

0 commit comments

Comments
 (0)