The problem arises because the code allows a claim to be processed the exact moment the coolDownPeriod equals the time difference between the current time and the request creation time. Claims to be permitted only after the entire coolDownPeriod has fully elapsed. Current check block.timestamp - _withdrawRequest.createdAt < coolDownPeriod intented functionality. This will allow claims even the coolDownPeriod not fully elapsed.
