fix: remove typing from dynamic keyed triggersAutomation

This commit is contained in:
Sérgio Salgado 2022-11-17 04:55:57 +00:00
parent b7b9daf08c
commit 493f4232df
2 changed files with 5 additions and 10 deletions

View file

@ -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,