chore(engine): Removed getGetUrlQuery object default.

This commit is contained in:
Sandile 2022-02-11 15:40:46 +02:00
parent 2e3ecdf086
commit 4de9b0e377

View File

@ -21,7 +21,7 @@ function createGetUrlQuery({ arrayIndices, blockId, context }) {
return getFromObject({
arrayIndices,
location: blockId,
object: context._internal.lowdefy.urlQuery || {},
object: context._internal.lowdefy.urlQuery,
method: 'getUrlQuery',
params,
});