Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Nov 10, 2024
1 parent e192bfc commit d4e7763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/io/HyperClient.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ component accessors="true" threadSafe singleton {

var opAction = { "#mode#" : { "_index" : doc.getIndex() } };

if( if( !isNull( doc.getId() ) ) ){
if( !isNull( doc.getId() ) ){
opAction[ mode ][ "_id" ] = doc.getId();
}

Expand Down

0 comments on commit d4e7763

Please sign in to comment.