Skip to content

Commit b9314b8

Browse files
authored
return after pairing activation is successful (#5)
1 parent 6ee014d commit b9314b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pairing_api/src/pairing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ impl PairingClient {
257257
let timestamp = self.current_timestamp_secs()?;
258258
pairing.info.active = true;
259259
pairing.info.expiry = timestamp + EXPIRY_30_DAYS;
260+
return Ok(());
260261
}
261262

262263
Err(PairingClientError::PairingNotFound)

0 commit comments

Comments
 (0)