Skip to content

Commit ab2755e

Browse files
committed
Fix Key Validation
1 parent b3bfee1 commit ab2755e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CDK/CDKCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ private bool KeyVailed(CDKData cdk)
274274
return false;
275275
}
276276
}
277+
return true;
277278
}
278279

279280
return false;

0 commit comments

Comments
 (0)