mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
chore(engine): Removed getGetUrlQuery object default.
This commit is contained in:
parent
2e3ecdf086
commit
4de9b0e377
@ -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,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user