Skip to content

Commit 40bbdad

Browse files
Merge branch 'development' into #67-make-moment-optional
# Conflicts: # package.json
2 parents 21b7a98 + 65f47fd commit 40bbdad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dynamo/expression/param-util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export function addUpdateExpression(updateExpression: Expression, params: Update
1313
addExpression('UpdateExpression', updateExpression, params)
1414
}
1515

16-
// FIXME: name conflicts are not resolved yet (eg. when condition uses same property as update)
1716
export function addExpression(
1817
expressionType: 'ConditionExpression' | 'KeyConditionExpression' | 'FilterExpression' | 'UpdateExpression',
1918
condition: Expression,

0 commit comments

Comments
 (0)