chore(engine): Removed object default from getUser action params.

This commit is contained in:
Sandile 2022-02-11 15:58:54 +02:00
parent 18a2385dfe
commit 66e5e2a699

View File

@ -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,
});