mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-12 15:40:30 +08:00
chore(engine): Removed object default from getUser action params.
This commit is contained in:
parent
18a2385dfe
commit
66e5e2a699
@ -21,7 +21,7 @@ function createGetUser({ arrayIndices, blockId, context }) {
|
||||
return getFromObject({
|
||||
arrayIndices,
|
||||
location: blockId,
|
||||
object: context._internal.lowdefy.user || {},
|
||||
object: context._internal.lowdefy.user,
|
||||
method: 'getUser',
|
||||
params,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user