fix: remove typing from dynamic keyed triggersAutomation
This commit is contained in:
parent
b7b9daf08c
commit
493f4232df
2 changed files with 5 additions and 10 deletions
|
|
@ -1,3 +1,4 @@
|
|||
const { GraphQLJSONObject } = require('graphql-type-json')
|
||||
const _ = require('lodash/fp')
|
||||
const nmd = require('nano-markdown')
|
||||
|
||||
|
|
@ -295,6 +296,7 @@ const terms = (parent, { currentConfigVersion, currentHash }, { deviceId, settin
|
|||
|
||||
|
||||
module.exports = {
|
||||
JSONObject: GraphQLJSONObject,
|
||||
Query: {
|
||||
configs,
|
||||
terms,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue