[cleanup]: Added TODOs in the comments

This commit is contained in:
Magesh K
2024-12-13 15:26:11 +05:30
parent 3ea24fdfea
commit d045c0ed4d
5 changed files with 6 additions and 5 deletions

View File

@@ -126,7 +126,7 @@ private extension VerifyAppOperation
if let buildVersion
{
// @mahee96: requires altsign-marketplace branch release or equivalent
// TODO: @mahee96: requires altsign-marketplace branch release or equivalent
// guard buildVersion == app.buildVersion else { throw VerificationError.mismatchedBuildVersion(app.buildVersion, expectedVersion: buildVersion, app: app) }
}
}