Skip to content

Commit

Permalink
Merge branch 'development' of github.com:ColdBox/coldbox-platform int…
Browse files Browse the repository at this point in the history
…o development
  • Loading branch information
lmajano committed Dec 11, 2023
2 parents 606c051 + 296f43d commit c7f16ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/cache/AbstractCacheBoxProvider.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ component accessors=true serializable=false {
timeout ="45"
throwonTimeout="true" {
// double production check
var target = getQuiet( arguments.objectKey );
var target = getQuiet( arguments.objectKey );
if ( isNull( local.target ) ) {
// produce it
target = arguments.produce();
Expand Down

0 comments on commit c7f16ba

Please sign in to comment.