Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
vimleshtna committed Jul 23, 2024
1 parent 26bcbbc commit 50edf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/ConsignmentService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import graphql.codegen.GetConsignmentsForMetadataReview.{getConsignmentsForMetad
import graphql.codegen.GetFileCheckProgress.{getFileCheckProgress => gfcp}
import graphql.codegen.UpdateConsignmentSeriesId.updateConsignmentSeriesId
import graphql.codegen.types._
import graphql.codegen.{AddConsignment, GetConsignmentFilesMetadata}
import graphql.codegen.{AddConsignment, GetConsignmentFilesMetadata, GetFileCheckProgress}
import services.ApiErrorHandling._
import services.ConsignmentService.{File, StatusTag}
import uk.gov.nationalarchives.tdr.keycloak.Token
Expand Down

0 comments on commit 50edf67

Please sign in to comment.