diff --git a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentContentBlockCollectionGetAll.sql b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentContentBlockCollectionGetAll.sql index 5fd15075a..f506c1c20 100644 --- a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentContentBlockCollectionGetAll.sql +++ b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentContentBlockCollectionGetAll.sql @@ -335,5 +335,4 @@ BEGIN FROM resources.ImageCarouselBlock icb INNER JOIN @BlockResult b ON icb.BlockId = b.Id WHERE icb.Deleted = 0; -END -GO \ No newline at end of file +END \ No newline at end of file diff --git a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentGuidanceBlockCollectionGetAll.sql b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentGuidanceBlockCollectionGetAll.sql index f8e96a7ba..c815c0023 100644 --- a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentGuidanceBlockCollectionGetAll.sql +++ b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentGuidanceBlockCollectionGetAll.sql @@ -335,5 +335,4 @@ BEGIN FROM resources.ImageCarouselBlock icb INNER JOIN @BlockResult b ON icb.BlockId = b.Id WHERE icb.Deleted = 0; -END -GO \ No newline at end of file +END \ No newline at end of file diff --git a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/CaseBlockCollectionGetAll.sql b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/CaseBlockCollectionGetAll.sql index 710829583..e88c1d30f 100644 --- a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/CaseBlockCollectionGetAll.sql +++ b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/CaseBlockCollectionGetAll.sql @@ -335,5 +335,4 @@ BEGIN FROM resources.ImageCarouselBlock icb INNER JOIN @BlockResult b ON icb.BlockId = b.Id WHERE icb.Deleted = 0; -END -GO \ No newline at end of file +END \ No newline at end of file