File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/handlebars_helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ where
145
145
handlebars:: RenderError :: new ( format ! (
146
146
"The `get` helper call failed because the query parameters could not be found \
147
147
in the handlebars context. The context JSON must contain a property at `{}.{}` \
148
- whose value is a valid media type essence string . The current context is `{}`.",
148
+ whose value is a map . The current context is `{}`.",
149
149
REQUEST_DATA_PROPERTY_NAME ,
150
150
QUERY_PARAMETERS_PROPERTY_NAME ,
151
151
handlebars_context. data( ) ,
@@ -170,7 +170,7 @@ where
170
170
handlebars:: RenderError :: new ( format ! (
171
171
"The `get` helper call failed because the request headers could not be found \
172
172
in the handlebars context. The context JSON must contain a property at `{}.{}` \
173
- whose value is a valid media type essence string . The current context is `{}`.",
173
+ whose value is a map . The current context is `{}`.",
174
174
REQUEST_DATA_PROPERTY_NAME ,
175
175
REQUEST_HEADERS_PROPERTY_NAME ,
176
176
handlebars_context. data( ) ,
You can’t perform that action at this time.
0 commit comments