From 7b27feee962e38cacc9c3d0dfa86c043740940ef Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 5 Sep 2017 09:45:31 -0600 Subject: [PATCH] fixed typo --- client/coral-embed-stream/src/containers/Stream.js | 2 +- graph/typeDefs.graphql | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/coral-embed-stream/src/containers/Stream.js b/client/coral-embed-stream/src/containers/Stream.js index d3279896c..273d39589 100644 --- a/client/coral-embed-stream/src/containers/Stream.js +++ b/client/coral-embed-stream/src/containers/Stream.js @@ -302,7 +302,7 @@ const fragments = { questionBoxEnable questionBoxContent questionBoxIcon - closeTimeout + closedTimeout closedMessage charCountEnable charCount diff --git a/graph/typeDefs.graphql b/graph/typeDefs.graphql index ed4f11258..24d814311 100644 --- a/graph/typeDefs.graphql +++ b/graph/typeDefs.graphql @@ -1171,9 +1171,9 @@ input UpdateSettingsInput { # customCssUrl is the URL of the custom CSS used to display on the frontend. customCssUrl: String - # closeTimeout is the amount of seconds from the created_at timestamp that a + # closedTimeout is the amount of seconds from the created_at timestamp that a # given asset will be considered closed. - closeTimeout: Int + closedTimeout: Int # closedMessage is the message shown to the user when the given Asset is # closed.