Skip to content

Commit

Permalink
diktatFix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Sep 18, 2023
1 parent c6423e0 commit fce0710
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import org.springframework.stereotype.Service
import reactor.core.publisher.Mono
import reactor.kotlin.core.publisher.toFlux

import kotlinx.serialization.SerializationException
import kotlinx.serialization.serializer

private typealias ManualCosvSchema = CosvSchema<Unit, Unit, Unit, Unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class VulnerabilityMetadataService(
* @param cosv
* @param user
* @param organization
* @param isBulkUpload
* @return updated [VulnerabilityMetadata]
*/
@Transactional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ val cosvFileManagerComponent: FC<Props> = FC { _ ->
}
}

private fun RawCosvFileDto.isNotSelectable() = status in setOf(RawCosvFileStatus.PROCESSED, RawCosvFileStatus.IN_PROGRESS)
private fun RawCosvFileDto.isNotSelectable() = status in setOf(RawCosvFileStatus.PROCESSED, RawCosvFileStatus.IN_PROGRESS)

0 comments on commit fce0710

Please sign in to comment.